GNOME Bugzilla – Bug 749318
dtlsenc: Memory leak
Last modified: 2015-05-13 16:15:32 UTC
Created attachment 303310 [details] [review] dtlsenc: Fix memory leak while setting connection-id Attached a patch to solve the problem. Additionally shouldn't connection_id be protected by a mutex, I let this way because it was unprotected but I think it should be protected by a mutex.
Created attachment 303313 [details] [review] dtlsenc: Fix memory leak releasing connection_id I found that connection_id is also not released on finalize function.
And yes, it should probably be protected by a mutex :) commit aae1a5e2cefa626665d5ddfc869fe6aefa1b99ee Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Wed May 13 15:59:48 2015 +0200 dtlsenc: Fix memory leak releasing connection_id https://bugzilla.gnome.org/show_bug.cgi?id=749318 commit 6b0183b7bf0f0eb067c182f47f4b91d50a13f093 Author: Jose Antonio Santos Cadenas <santoscadenas@gmail.com> Date: Wed May 13 15:33:49 2015 +0200 dtlsenc: Fix memory leak while setting connection-id https://bugzilla.gnome.org/show_bug.cgi?id=749318