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
547d4517
Commit
547d4517
authored
Apr 19, 2011
by
Havard Graff
Committed by
Tim-Philipp Müller
Apr 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pad: unlock before freeing the cache to avoid deadlock
https://bugzilla.gnome.org/show_bug.cgi?id=648199
parent
38dcd41b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst/gstpad.c
gst/gstpad.c
+2
-2
No files found.
gst/gstpad.c
View file @
547d4517
...
...
@@ -4718,8 +4718,8 @@ slow_path:
}
invalid:
{
pad_free_cache
(
cache
);
GST_PAD_STREAM_UNLOCK
(
peer
);
pad_free_cache
(
cache
);
goto
slow_path
;
}
}
...
...
@@ -4830,8 +4830,8 @@ slow_path:
}
invalid:
{
pad_free_cache
(
cache
);
GST_PAD_STREAM_UNLOCK
(
peer
);
pad_free_cache
(
cache
);
goto
slow_path
;
}
}
...
...
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