Commit ee13e10c authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

shell32: Fix memory leak.

parent e95938c2
......@@ -572,6 +572,7 @@ void XDG_FreeParsedFile(XDG_PARSED_FILE *parsed)
SHFree(group);
group = next;
}
SHFree(parsed->contents);
SHFree(parsed);
}
......
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