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
Tim-Philipp Müller
gst-editing-services
Commits
1ba59118
Commit
1ba59118
authored
Dec 27, 2018
by
Seungha Yang
🐑
Browse files
container: Fix GHashTable leak
parent
f77eb964
Changes
1
Hide whitespace changes
Inline
Side-by-side
ges/ges-container.c
View file @
1ba59118
...
...
@@ -390,6 +390,9 @@ _finalize (GObject * object)
g_list_free_full
(
self
->
priv
->
copied_children
,
(
GDestroyNotify
)
_free_mapping
);
if
(
self
->
priv
->
mappings
)
g_hash_table_destroy
(
self
->
priv
->
mappings
);
G_OBJECT_CLASS
(
ges_container_parent_class
)
->
finalize
(
object
);
}
...
...
Write
Preview
Supports
Markdown
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