Commit e12f2b36 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

msi: Remember to free a handle.

parent 31c5652d
......@@ -1181,6 +1181,8 @@ static void test_formatrecord(void)
ok( sz == 12, "size wrong\n");
ok( 0 == strcmp(buffer,"{foo[-1]foo}"), "wrong output %s\n",buffer);
ok( r == ERROR_SUCCESS, "format failed\n");
MsiCloseHandle( hrec );
}
static void test_formatrecord_package(void)
......
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