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
0263a7fa
Commit
0263a7fa
authored
Jan 24, 2017
by
Sebastian Ramacher
Browse files
Fix memory leak on error
parent
7c5ec273
Changes
1
Hide whitespace changes
Inline
Side-by-side
zathura/completion.c
View file @
0263a7fa
...
...
@@ -115,6 +115,7 @@ list_files(zathura_t* zathura, const char* current_path, const char* current_fil
return
res
;
error_free:
g_dir_close
(
dir
);
girara_list_free
(
res
);
return
NULL
;
}
...
...
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