Skip to content

Commit

Permalink
g_free(stored_path);
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Aug 30, 2016
1 parent 74a876e commit af3792c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sidebar.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ static GtkTreeIter *get_doc_parent(GeanyDocument *doc)
parent_found = utils_filenamecmp(stored_path, path) == 0 &&
utils_filenamecmp(stored_folder, folder) == 0;
g_free(stored_folder);
g_free(stored_path);

if (parent_found)
break;
Expand Down

0 comments on commit af3792c

Please sign in to comment.