fix double free

svn path=/trunk/netsurf/; revision=6428
This commit is contained in:
Vincent Sanders 2009-02-11 13:48:44 +00:00
parent 233d5ff333
commit dccf2836b6

View File

@ -79,7 +79,6 @@ framebuffer_t *fb_os_init(int argc, char** argv)
void fb_os_quit(framebuffer_t *fb)
{
free(fb->ptr);
}
void fb_os_input(struct gui_window *g)