Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
luzpaz
gstreamer
Commits
ad85386a
Commit
ad85386a
authored
Aug 23, 2010
by
Mark Nauwelaerts
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gstobject: fix leak when naming parented object
parent
904c1a7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gst/gstobject.c
gst/gstobject.c
+1
-0
No files found.
gst/gstobject.c
View file @
ad85386a
...
...
@@ -645,6 +645,7 @@ gst_object_set_name_default (GstObject * object)
had_parent:
{
g_free
(
name
);
GST_WARNING
(
"parented objects can't be renamed"
);
GST_OBJECT_UNLOCK
(
object
);
return
FALSE
;
...
...
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