From ccfc0e751610780311624b916bb39dcf76e940b1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 28 Mar 2007 22:56:54 +0000 Subject: Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222) svn path=/trunk/netsurf/; revision=3228 --- content/content.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'content') diff --git a/content/content.c b/content/content.c index d4a8f3227..dd2f3b103 100644 --- a/content/content.c +++ b/content/content.c @@ -291,9 +291,7 @@ static const struct handler_entry handler_map[] = { true}, #endif {directory_create, 0, directory_convert, - html_reformat, html_destroy, html_stop, html_redraw, 0, - html_open, html_close, - true}, + 0, directory_destroy, 0, 0, 0, 0, 0, true}, #ifdef WITH_THEME_INSTALL {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, false}, #endif -- cgit v1.2.3