shell32: Fix memory leak.
This commit is contained in:
parent
e95938c2d6
commit
ee13e10cf6
@ -572,6 +572,7 @@ void XDG_FreeParsedFile(XDG_PARSED_FILE *parsed)
|
||||
SHFree(group);
|
||||
group = next;
|
||||
}
|
||||
SHFree(parsed->contents);
|
||||
SHFree(parsed);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user