mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-30 06:14:36 +00:00
oops
This commit is contained in:
parent
5e84744095
commit
5956722feb
@ -775,7 +775,11 @@ parsed_pe *ParsePEFromFile(const char *filePath) {
|
||||
}
|
||||
|
||||
void DestructParsedPE(parsed_pe *p) {
|
||||
if(p == NULL) {
|
||||
return;
|
||||
}
|
||||
|
||||
delete p->internal;
|
||||
delete p;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user