mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-26 19:34:25 +03:00
[project @ 2004-03-21 12:57:14 by bursa]
Unschedule on nsgif_destroy(). svn path=/import/netsurf/; revision=642
This commit is contained in:
parent
15537fb20d
commit
8be2f274b9
@ -405,9 +405,11 @@ void nsgif_redraw(struct content *c, long x, long y,
|
||||
|
||||
|
||||
|
||||
void nsgif_destroy(struct content *c) {
|
||||
void nsgif_destroy(struct content *c)
|
||||
{
|
||||
/* Free all the associated memory buffers
|
||||
*/
|
||||
schedule_remove(nsgif_animate, c);
|
||||
xfree(c->title);
|
||||
xfree(c->data.gif.sprite_area);
|
||||
xfree(c->data.gif.buffer_header);
|
||||
|
Loading…
x
Reference in New Issue
Block a user