[PORTCLS] fix memory leak in error case CID 716555

svn path=/trunk/; revision=68979
This commit is contained in:
Christoph von Wittich 2015-09-04 07:59:51 +00:00
parent febb71907e
commit 2f1118245e

View file

@ -207,6 +207,7 @@ PropertyItemDispatch(
else
{
// invalid buffer size
FreeItem(PropertyRequest, TAG_PORTCLASS);
return STATUS_INVALID_BUFFER_SIZE;
}