Search found 1 match

by sxzzsf
2013-04-18T02:35:00-07:00
Forum: Bugs
Topic: When build with zero configuration, display always crashed.
Replies: 1
Views: 2448

When build with zero configuration, display always crashed.

After debugging, I found that the memory can not freed directly via free(), here is the patch: --- ImageMagick-6.8.4-10/magick/xwindow.c.orig 2013-04-18 17:17:46.954436795 +0800 +++ ImageMagick-6.8.4-10/magick/xwindow.c 2013-04-18 17:19:50.580110884 +0800 @@ -5659,7 +5659,7 @@ } #endif if (window ...