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
fdd843e1
Commit
fdd843e1
authored
Oct 07, 2015
by
Sebastian Ramacher
Browse files
Fix memory leak
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
ce7f53e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/main.c
View file @
fdd843e1
...
...
@@ -192,6 +192,7 @@ main(int argc, char* argv[])
char
*
string
=
zathura_get_version_string
(
zathura
,
false
);
if
(
string
!=
NULL
)
{
fprintf
(
stdout
,
"%s
\n
"
,
string
);
g_free
(
string
);
}
zathura_free
(
zathura
);
...
...
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