Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 5542f8c5475501a769fe5b3101a40960 > files > 2

xchat-systray-integration-2.4.5-10mdv2010.0.src.rpm

--- src/menu.c~	2006-09-10 22:19:50.000000000 +0200
+++ src/menu.c	2006-09-11 15:44:56.000000000 +0200
@@ -10,7 +10,6 @@
 	char command[156]="exec ";
 	strcat(command, bpath);
 	xchat_command( ph, command );
-	g_free(command);
 
 }
 
@@ -20,7 +19,6 @@
 	char command[156]="exec ";
 	strcat(command, epath);
 	xchat_command( ph, command );
-	g_free(command);
 
 }
 
@@ -30,7 +28,6 @@
 	char command[156]="exec ";
 	strcat(command, ppath);
 	xchat_command( ph, command );
-	g_free(command);
 
 }