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
Binyamin Darshan Hcohen
libdazzle
Commits
cbc44135
Commit
cbc44135
authored
Jul 28, 2018
by
Christian Hergert
Browse files
graphing: plug leak of timestamps
parent
5cfab084
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/graphing/dzl-graph-model.c
View file @
cbc44135
...
...
@@ -448,6 +448,7 @@ dzl_graph_view_model_finalize (GObject *object)
DzlGraphModelPrivate
*
priv
=
dzl_graph_view_model_get_instance_private
(
self
);
dzl_clear_pointer
(
&
priv
->
columns
,
g_ptr_array_unref
);
g_clear_object
(
&
priv
->
timestamps
);
G_OBJECT_CLASS
(
dzl_graph_view_model_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