[Mono-bugs] [Bug 81181][Nor] Changed - typo in free_cached_pattern() in font.c

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Mar 19 04:31:28 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by choe.hwanjin at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81181

--- shadow/81181	2007-03-19 03:30:05.000000000 -0500
+++ shadow/81181.tmp.17972	2007-03-19 03:31:28.000000000 -0500
@@ -48,6 +48,11 @@
         g_free (value); /* -> this should be g_free(key); */
         FcPatternDestroy ((FcPattern*) value);
         return TRUE;
 }
 
 I made a patch for this problem.
+
+------- Additional Comments From choe.hwanjin at gmail.com  2007-03-19 03:31 -------
+Created an attachment (id=18925)
+a patch to solve double free problem in free_cached_pattern()
+


More information about the mono-bugs mailing list