Commit 776ee9ee authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

ole32: Fix a memory leak.

parent a389fe55
......@@ -1406,6 +1406,7 @@ static HRESULT PropertyStorage_ReadFromStream(PropertyStorage_impl *This)
idOffset->propid, &prop, This->codePage);
}
}
PropVariantClear(&prop);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment