mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
tests: Destroy GjsContext before exit
This will be required in the upcoming version of GJS. https://bugzilla.gnome.org/show_bug.cgi?id=775374
This commit is contained in:
parent
678670bf1b
commit
dc110db4e0
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ main(int argc, char **argv)
|
|||
gjs_context_gc (js_context);
|
||||
gjs_context_gc (js_context);
|
||||
|
||||
g_object_unref (js_context);
|
||||
g_free (script);
|
||||
exit (code);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue