Commit e8993f3d authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

hhctrl.ocx: Remove a stray heap_alloc(0) (Smatch).

parent 968f2147
...@@ -97,7 +97,6 @@ static WCHAR *SearchCHM_File(IStorage *pStorage, const WCHAR *file, const char * ...@@ -97,7 +97,6 @@ static WCHAR *SearchCHM_File(IStorage *pStorage, const WCHAR *file, const char *
stream_init(&stream, temp_stream); stream_init(&stream, temp_stream);
/* Remove all HTML formatting and record the title */ /* Remove all HTML formatting and record the title */
buffer = heap_alloc(0);
while(next_node(&stream, &node)) { while(next_node(&stream, &node)) {
get_node_name(&node, &node_name); get_node_name(&node, &node_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment