@techee commented on this pull request.


>      else
         new_dir_path = g_build_filename(directory_ref, new_dir, NULL);
 
     /* Build the new file list for completion */
     completion_list = build_file_list(new_dir_path, new_dir);
        gtk_entry_completion_set_model (completion, completion_list);
     g_object_unref(completion_list);
+
+    g_free(new_dir_path);

Oh yeah, I missed the `static`. It's fine then.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1197#discussion_r1027366592
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1197/review/[email protected]>

Reply via email to