mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 01:24:11 +00:00
[PORTCLS] fix memory leak in error case CID 716555
svn path=/trunk/; revision=68979
This commit is contained in:
parent
febb71907e
commit
2f1118245e
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ PropertyItemDispatch(
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// invalid buffer size
|
// invalid buffer size
|
||||||
|
FreeItem(PropertyRequest, TAG_PORTCLASS);
|
||||||
return STATUS_INVALID_BUFFER_SIZE;
|
return STATUS_INVALID_BUFFER_SIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue