After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680384 - vp8enc: fix memory leak
vp8enc: fix memory leak
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-21 18:03 UTC by Oleksij Rempel
Modified: 2012-07-23 06:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (45.56 KB, patch)
2012-07-21 18:03 UTC, Oleksij Rempel
committed Details | Review

Description Oleksij Rempel 2012-07-21 18:03:41 UTC
Created attachment 219395 [details] [review]
patch

unref frame. i hope it is correct place to unref it.
Comment 1 Sebastian Dröge (slomo) 2012-07-23 06:38:32 UTC
commit c03cc692ef4537f3ce87ebdfa9b697451603b1cf
Author: Oleksij Rempel <bug-track@fisher-privat.net>
Date:   Sat Jul 21 19:59:21 2012 +0200

    vp8enc: fix memory leak
    
    unref frame. i hope it is correct place to do it.
    
    Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net>