Fixed memory issue found by valgrind (#366)
This commit is contained in:
parent
1d39305c1c
commit
6bbcc343dd
|
@ -331,6 +331,8 @@ xed_app_startup (GApplication *application)
|
||||||
g_error_free (error);
|
g_error_free (error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_object_unref (css_file);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We use the default gtksourceview style scheme manager so that plugins
|
* We use the default gtksourceview style scheme manager so that plugins
|
||||||
* can obtain it easily without a xed specific api, but we need to
|
* can obtain it easily without a xed specific api, but we need to
|
||||||
|
|
Loading…
Reference in New Issue