diff pidgin/gtkmain.c @ 17126:b5935a854ccb

Added purple_core_quit to cleanup. Removed NULL check from around g_strdup.
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 16 May 2007 20:51:28 +0000
parents 601594a64190
children a217e9b9ebc2
line wrap: on
line diff
--- a/pidgin/gtkmain.c	Wed May 16 20:01:00 2007 +0000
+++ b/pidgin/gtkmain.c	Wed May 16 20:51:28 2007 +0000
@@ -731,6 +731,7 @@
 	}
 
 	if (!purple_core_ensure_single_instance()) {
+		purple_core_quit();
 #ifdef HAVE_SIGNAL_H
 		g_free(segfault_message);
 #endif