Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 290255 Details for
Bug 387717
media-libs/gst-plugins-good-0.10.30: memory leak in module videomixer2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch eliminates leakage
3.patch (text/plain), 1.07 KB, created by
lexa
on 2011-10-19 17:46:12 UTC
(
hide
)
Description:
patch eliminates leakage
Filename:
MIME Type:
Creator:
lexa
Created:
2011-10-19 17:46:12 UTC
Size:
1.07 KB
patch
obsolete
>diff --git a/gst/videomixer/videomixer2.c b/gst/videomixer/videomixer2.c >index c6bddbe..22ae395 100644 >--- a/gst/videomixer/videomixer2.c >+++ b/gst/videomixer/videomixer2.c >@@ -770,6 +770,7 @@ gst_videomixer2_fill_queues (GstVideoMixer2 * mix, > } else if (start_time >= output_end_time) { > GST_DEBUG_OBJECT (pad, "Keeping buffer until %" GST_TIME_FORMAT, > GST_TIME_ARGS (start_time)); >+ gst_buffer_unref (buf); > eos = FALSE; > } else { > GST_DEBUG_OBJECT (pad, "Too old buffer -- dropping"); >diff --git a/gst/videomixer/videomixer2.c b/gst/videomixer/videomixer2.c >index 76bbe59..c6bddbe 100644 >--- a/gst/videomixer/videomixer2.c >+++ b/gst/videomixer/videomixer2.c >@@ -760,7 +760,7 @@ gst_videomixer2_fill_queues (GstVideoMixer2 * mix, > > if (buf == mixcol->queued) { > gst_buffer_unref (buf); >- gst_buffer_replace (mixcol->queued, NULL); >+ gst_buffer_replace (&mixcol->queued, NULL); > } else { > gst_buffer_unref (buf); > buf = gst_collect_pads2_pop (mix->collect, &mixcol->collect);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 387717
: 290255