]> Pileus Git - ~andy/gtk/commit - gtk/gtkapplication.c
application: fix double free of app_id
authorCosimo Cecchi <cosimoc@gnome.org>
Thu, 5 Jul 2012 20:40:23 +0000 (16:40 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Thu, 5 Jul 2012 20:40:23 +0000 (16:40 -0400)
commitf22226b3c9747bd58a4a866d7d7506fad45cf895
tree7d12f657e54ef29fc774e8ef98ed008c96b153f8
parent06c8739de421e7eae0f4676566089ac98a9196df
application: fix double free of app_id

This is fallout from commit 257b42e2f9d0759cc79967034f80c571c600faf3 -
those fields were already getting freed in
gtk_application_shutdown_x11() and my commit caused crashes on quit
instead.

Thanks to Rico Tzschichholz for reporting the bug and testing this fix.
gtk/gtkapplication.c