[project @ 2004-10-05 15:42:15 by jmb]

Plug memory leak

svn path=/import/netsurf/; revision=1304
This commit is contained in:
John Mark Bell 2004-10-05 15:42:15 +00:00
parent 93f8d3badc
commit 4dafc1394f

View File

@ -174,6 +174,7 @@ void nsgif_destroy(struct content *c)
schedule_remove(nsgif_animate, c);
gif_finalise(c->data.gif.gif);
free(c->data.gif.gif);
free(c->title);
}