[kazehakase-svn] [3725] fixi double free.

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
Tue Feb 17 11:21:44 JST 2009


Revision: 3725
          http://svn.sourceforge.jp/view?root=kazehakase&view=rev&rev=3725
Author:   ikezoe
Date:     2009-02-17 11:21:44 +0900 (Tue, 17 Feb 2009)

Log Message:
-----------
fixi double free.

Modified Paths:
--------------
    kazehakase/trunk/src/kz-favicon.c

Modified: kazehakase/trunk/src/kz-favicon.c
===================================================================
--- kazehakase/trunk/src/kz-favicon.c	2009-02-17 01:42:21 UTC (rev 3724)
+++ kazehakase/trunk/src/kz-favicon.c	2009-02-17 02:21:44 UTC (rev 3725)
@@ -290,7 +290,6 @@
 		g_key_file_set_string(priv->favicon_file,
 				      "URI", key,
 				      info->favicon_file_location);
-		g_free(key);
 	}
 	g_free(info);
 




More information about the Kazehakase-cvs mailing list
Zurück zum Archiv-Index