mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
fix memory leak
This commit is contained in:
parent
5f60cc6563
commit
85594d9fb2
1
msi.c
1
msi.c
@ -466,6 +466,7 @@ int msi_dirent_new(MSI_FILE *msi, MSI_ENTRY *entry, MSI_DIRENT *parent, MSI_DIRE
|
||||
|| (entry->rightSiblingID != NOSTREAM && tortoise->entry->rightSiblingID == entry->rightSiblingID)
|
||||
|| (entry->childID != NOSTREAM && tortoise->entry->childID == entry->childID)) {
|
||||
printf("MSI_ENTRY cycle detected at level %d\n", cnt);
|
||||
OPENSSL_free(entry);
|
||||
return 0; /* FAILED */
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user