Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sergiu Bivol
polkit
Commits
28e3a665
Commit
28e3a665
authored
Oct 08, 2019
by
Jan Rybar
Browse files
jsauthority: Fix two minor memory leaks
parent
14422ab6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/polkitbackend/polkitbackendjsauthority.cpp
View file @
28e3a665
...
...
@@ -567,6 +567,8 @@ polkit_backend_js_authority_finalize (GObject *object)
g_strfreev
(
authority
->
priv
->
rules_dirs
);
delete
authority
->
priv
->
ac
;
delete
authority
->
priv
->
js_global
;
delete
authority
->
priv
->
js_polkit
;
JS_DestroyContext
(
authority
->
priv
->
cx
);
/* JS_ShutDown (); */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment