Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
7f6ad25e
Commit
7f6ad25e
authored
Mar 02, 2012
by
Sebastian Ramacher
Browse files
Fix memory leak in render_free
parent
8980c37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
render.c
View file @
7f6ad25e
...
...
@@ -128,6 +128,8 @@ render_free(render_thread_t* render_thread)
if
(
render_thread
->
lock
)
{
g_mutex_free
(
render_thread
->
lock
);
}
g_free
(
render_thread
);
}
bool
...
...
Write
Preview
Supports
Markdown
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