ole32: Fix a memory leak.

This commit is contained in:
Juan Lang 2009-12-17 10:46:41 -08:00 committed by Alexandre Julliard
parent a389fe551e
commit 776ee9ee81
1 changed files with 1 additions and 0 deletions

View File

@ -1406,6 +1406,7 @@ static HRESULT PropertyStorage_ReadFromStream(PropertyStorage_impl *This)
idOffset->propid, &prop, This->codePage);
}
}
PropVariantClear(&prop);
}
}
}