[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ft] ftdiff.c crash
From: |
Sebastien LEIX |
Subject: |
[ft] ftdiff.c crash |
Date: |
Mon, 2 Apr 2007 10:45:47 +0200 |
Hi,
In the function adisplay_init in ftdiff.c, when grNewSurface(...) failed you
free the display, but the display is in the heap causing a crash...
I fixed it by comment the free(display), or allocate the display in the main
function with a malloc.
Regards
Sebastien
- [ft] ftdiff.c crash,
Sebastien LEIX <=