kugel- commented on this pull request.
> + tree_copy_recursive(&data.best_iter, &parent_buf);
+ unfold_iter(&parent_buf);
+ gtk_tree_store_remove(store_openfiles, &data.best_iter);
+ tree_add_new_dir(parent, &parent_buf, path);
+
+ g_free(newpath);
+ break;
+ }
+ default:
+ {
+ tree_add_new_dir(parent, NULL, path);
+ break;
+ }
+ }
+ if (data.needle != path)
+ g_free(data.needle);
No, you are right, might be a leftover from my modifications over the original
version.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1813#discussion_r308444661