summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-03-28 22:56:54 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-03-28 22:56:54 +0000
commitccfc0e751610780311624b916bb39dcf76e940b1 (patch)
treeb13f8bd3e49166713a5949e25211a8063dbe10fa /content
parent932765df961ce1a46a87bececfca78d2e157d1fc (diff)
downloadnetsurf-ccfc0e751610780311624b916bb39dcf76e940b1.tar.gz
netsurf-ccfc0e751610780311624b916bb39dcf76e940b1.tar.bz2
Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)
svn path=/trunk/netsurf/; revision=3228
Diffstat (limited to 'content')
-rw-r--r--content/content.c4
1 files changed, 1 insertions, 3 deletions
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