mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[PORTCLS] fix memory leak in error case CID 716555
svn path=/trunk/; revision=68979
This commit is contained in:
@@ -207,6 +207,7 @@ PropertyItemDispatch(
|
||||
else
|
||||
{
|
||||
// invalid buffer size
|
||||
FreeItem(PropertyRequest, TAG_PORTCLASS);
|
||||
return STATUS_INVALID_BUFFER_SIZE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user