mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
Plug a small memory leak
This commit is contained in:
parent
194a48bd4a
commit
a96c122fa4
@ -2959,6 +2959,7 @@ gtk_css_provider_get_named (const gchar *name,
|
||||
}
|
||||
|
||||
g_free (path);
|
||||
g_free (dir);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user