Commit 9ff713d3 authored by FaramosCZ's avatar FaramosCZ Committed by Sergey Vojtovich

Fix resource leak

parent 8be02be0
......@@ -1216,6 +1216,7 @@ copy_or_move_file(const char *src_file_path,
if (!directory_exists(dst_dir, true)) {
ret = false;
free(link_filepath);
goto cleanup;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment