forked from AuroraMiddleware/gtk
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