shell32: Fix a leak of memory pointing to XDG_PARSED_FILE (Coverity).
This commit is contained in:
parent
5497a41e92
commit
3236c06c20
@ -572,6 +572,7 @@ void XDG_FreeParsedFile(XDG_PARSED_FILE *parsed)
|
||||
SHFree(group);
|
||||
group = next;
|
||||
}
|
||||
SHFree(parsed);
|
||||
}
|
||||
|
||||
#define LINE_GROUP 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user