mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-05-01 06:44:31 +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) {
|
void DestructParsedPE(parsed_pe *p) {
|
||||||
|
if(p == NULL) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
delete p->internal;
|
||||||
delete p;
|
delete p;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user