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 793982 - DynamicSignal leaks GCHandle
DynamicSignal leaks GCHandle
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-sharp
git master
Other All
: Normal normal
: 1.13.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-03-02 08:25 UTC by Justin Kim
Modified: 2018-03-13 12:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
DynamicSignal: Don't leak GCHandle (2.11 KB, patch)
2018-03-02 08:25 UTC, Justin Kim
none Details | Review
DynamicSignal: Don't leak GCHandle (2.40 KB, patch)
2018-03-07 06:09 UTC, Justin Kim
none Details | Review

Description Justin Kim 2018-03-02 08:25:09 UTC
Created attachment 369171 [details] [review]
DynamicSignal: Don't leak GCHandle

SignalInfo implements IDisposable to free GCHandle.
Comment 1 Justin Kim 2018-03-07 06:09:07 UTC
Created attachment 369396 [details] [review]
DynamicSignal: Don't leak GCHandle
Comment 2 Thibault Saunier 2018-03-13 12:06:46 UTC
commit b65093ab729fc89b894fff58d928bde0d95eb8a7 (HEAD -> master, origin/master, origin/HEAD)
Author: Justin Kim <justin.kim@collabora.com>
Date:   Thu Mar 1 12:36:23 2018 +0900

    DynamicSignal: Add Dispose to SignalInfo

    SignalInfo implements IDisposable to free GCHandle.

    https://bugzilla.gnome.org/show_bug.cgi?id=793982