XPM loader: Fix incorrect image invalidation.

Introduced in d5ebec2948.
This commit is contained in:
Kim Woelders 2017-05-01 21:57:36 +02:00
parent 67011d6252
commit 812a691b16
1 changed files with 0 additions and 1 deletions

View File

@ -255,7 +255,6 @@ load(ImlibImage * im, ImlibProgressFunction progress, char progress_granularity,
}
else
{
im->w = 0;
free(cmap);
free(line);
fclose(f);