comparison 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
comparison
equal deleted inserted replaced
17125:34a7860e0084 17126:b5935a854ccb
729 #endif 729 #endif
730 abort(); 730 abort();
731 } 731 }
732 732
733 if (!purple_core_ensure_single_instance()) { 733 if (!purple_core_ensure_single_instance()) {
734 purple_core_quit();
734 #ifdef HAVE_SIGNAL_H 735 #ifdef HAVE_SIGNAL_H
735 g_free(segfault_message); 736 g_free(segfault_message);
736 #endif 737 #endif
737 return 0 ; 738 return 0 ;
738 } 739 }