diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/html.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index a371c621..f5c10e33 100644 --- a/src/html.cc +++ b/src/html.cc @@ -2566,7 +2566,7 @@ static void Html_tag_open_li(DilloHtml *html, const char *tag, int tagsize) *list_number = 0; } numtostr((*list_number)++, buf, 16, style->listStyleType); - list_item->initWithText (dStrdup(buf), wordStyle); + list_item->initWithText (buf, wordStyle); list_item->addSpace (wordStyle); html->PrevWasSPC = true; } else { |