Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
39a725ab
Commit
39a725ab
authored
Mar 08, 2015
by
Hisham Muhammad
Browse files
Fix deletion of processes. Closes #172.
parent
0a184b76
Changes
1
Hide whitespace changes
Inline
Side-by-side
linux/LinuxProcess.c
View file @
39a725ab
...
...
@@ -35,7 +35,7 @@ LinuxProcess* LinuxProcess_new(ProcessList* pl) {
}
void
LinuxProcess_delete
(
Object
*
cast
)
{
LinuxProcess
*
this
=
(
LinuxProcess
*
)
this
;
LinuxProcess
*
this
=
(
LinuxProcess
*
)
cast
;
Process_done
((
Process
*
)
cast
);
free
(
this
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment