GNOME Bugzilla – Bug 754783
ges-launch: crash when argument is invalid
Last modified: 2015-09-09 14:51:39 UTC
If argument is not correct, ges-launch releases GOptionContext twice. How to reproduce: $ ges-launch-1.0 -t Error initializing: Missing argument for -t *** Error in `ges-launch-1.0': double free or corruption (fasttop): 0x000000000260bde0 *** Aborted
Created attachment 310988 [details] [review] fix double free
commit 32c694cc0091d25b9e2dc7a547d6f83a686e7203 Author: Justin Kim <justin.kim@collabora.com> Date: Wed Sep 9 23:32:19 2015 +0900 ges-launcher: fix double free when argument is invalid https://bugzilla.gnome.org/show_bug.cgi?id=754783