GNOME Bugzilla – Bug 744219
camerabin examples: Memory leak in camerabin examples code
Last modified: 2015-02-10 19:13:11 UTC
Camerabin example code has memory leak. Please check attached patch.
Created attachment 296440 [details] [review] fix memory leak in camerabin examples.
Created attachment 296441 [details] [review] fix memory leak in camerabin examples.
Patches merged, thanks. commit 629b3508061afe3bc89e09a4b89e3a24d5c38a49 Author: Song Bing <b06498@freescale.com> Date: Tue Feb 10 15:55:50 2015 +0800 camerabin examples: memory leak in camerabin examples code should unref caps after set to profile. profile will ref it. https://bugzilla.gnome.org/show_bug.cgi?id=744219 commit 2d0e6d96c6a215c27b3ec8a80561b74fe380908a Author: Song Bing <b06498@freescale.com> Date: Tue Feb 10 15:53:21 2015 +0800 camerabin examples: memory leak in camerabin examples code should unref after set object. The object will be refed when set property. https://bugzilla.gnome.org/show_bug.cgi?id=744219