Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
9ec22cc1
Commit
9ec22cc1
authored
Sep 30, 2011
by
Moritz Lipp
Browse files
Fix memory leak in zathura_free
parent
b5017f23
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura.c
View file @
9ec22cc1
...
...
@@ -274,6 +274,8 @@ zathura_free(zathura_t* zathura)
/* free config variables */
g_free
(
zathura
->
config
.
config_dir
);
g_free
(
zathura
->
config
.
data_dir
);
free
(
zathura
);
}
gboolean
...
...
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