debugging help
This commit is contained in:
parent
3fd51250be
commit
148f25d351
3 changed files with 8 additions and 3 deletions
|
|
@ -231,6 +231,9 @@ freeimage(Image *i)
|
|||
{
|
||||
int ret;
|
||||
|
||||
if(i == screen)
|
||||
abort();
|
||||
|
||||
ret = _freeimage1(i);
|
||||
free(i);
|
||||
return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue