Commit b0042fdc authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard

ole32/tests: Fix a memory leak (Valgrind).

parent e37b9c74
...@@ -4091,6 +4091,8 @@ static void check_storage_contents(IStorage *stg, const struct storage_def *stg_ ...@@ -4091,6 +4091,8 @@ static void check_storage_contents(IStorage *stg, const struct storage_def *stg_
*enumerated_streams += 1; *enumerated_streams += 1;
} }
IEnumSTATSTG_Release(enumstg);
} }
static HRESULT stgmedium_cmp(const STGMEDIUM *med1, STGMEDIUM *med2) static HRESULT stgmedium_cmp(const STGMEDIUM *med1, STGMEDIUM *med2)
......
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