mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[REISERFS] Don't leak on failure
CID 1363593
This commit is contained in:
parent
05f00fe63b
commit
2df125472b
1 changed files with 3 additions and 0 deletions
|
@ -542,6 +542,9 @@ Dissecting:
|
|||
}
|
||||
|
||||
if(!RfsdLoadInode(Vcb, &(ParentMcb->Key), pTmpInode)) {
|
||||
#ifdef __REACTOS__
|
||||
ExFreePool(pTmpInode);
|
||||
#endif
|
||||
Status = STATUS_OBJECT_PATH_NOT_FOUND;
|
||||
_SEH2_LEAVE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue