Commit 8745b3f2 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Fix leak when moving to next char in range point.

parent 2c4a3756
...@@ -622,6 +622,9 @@ static WCHAR move_next_char(rangepoint_t *iter) ...@@ -622,6 +622,9 @@ static WCHAR move_next_char(rangepoint_t *iter)
} }
}while(rangepoint_next_node(iter)); }while(rangepoint_next_node(iter));
if(cspace)
free_rangepoint(&last_space);
return cspace; return cspace;
} }
......
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