=================================================================== RCS file: /cvs/mandoc/html.c,v retrieving revision 1.135 retrieving revision 1.136 diff -u -p -r1.135 -r1.136 --- mandoc/html.c 2011/04/30 22:14:02 1.135 +++ mandoc/html.c 2011/04/30 22:14:42 1.136 @@ -1,4 +1,4 @@ -/* $Id: html.c,v 1.135 2011/04/30 22:14:02 kristaps Exp $ */ +/* $Id: html.c,v 1.136 2011/04/30 22:14:42 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011 Ingo Schwarze @@ -122,7 +122,7 @@ ml_alloc(char *outopts, enum htmltype type) h->type = type; h->tags.head = NULL; - h->symtab = mchars_init(); + h->symtab = mchars_alloc(); while (outopts && *outopts) switch (getsubopt(&outopts, UNCONST(toks), &v)) {