mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Merge branch 'backport-4708-filename-completer-free-undefined-glib-2-84' into 'glib-2-84'
Backport !4708 “gfilenamecompleter: Fix g_object_unref() of undefined value” to glib-2-84 See merge request GNOME/glib!4711
This commit is contained in:
@@ -342,7 +342,7 @@ init_completion (GFilenameCompleter *completer,
|
||||
char **basename_out)
|
||||
{
|
||||
gboolean should_escape;
|
||||
GFile *file, *parent;
|
||||
GFile *file = NULL, *parent = NULL;
|
||||
char *basename;
|
||||
char *t;
|
||||
size_t len;
|
||||
|
Reference in New Issue
Block a user