Commit dde9cef0 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

dinput/tests: Avoid leaking data in add_file_to_catalog (Valgrind).

parent fefc1e57
......@@ -442,6 +442,7 @@ static void add_file_to_catalog( HANDLE catalog, const WCHAR *file )
sizeof(L"2:6.0"), (BYTE *)L"2:6.0" );
ok( ret, "Failed to write attr, error %lu\n", GetLastError() );
}
free( indirect_data );
}
static void unload_driver( SC_HANDLE service )
......
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