Commit 1fa2986d authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

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

parent 2af09b49
...@@ -348,6 +348,8 @@ static void run_localgroupgetinfo_tests(void) ...@@ -348,6 +348,8 @@ static void run_localgroupgetinfo_tests(void)
for(i=0;i<entries_read;i++) for(i=0;i<entries_read;i++)
trace("domain and name: %s\n", wine_dbgstr_w(buffer[i].lgrmi3_domainandname)); trace("domain and name: %s\n", wine_dbgstr_w(buffer[i].lgrmi3_domainandname));
pNetApiBufferFree(buffer);
} }
START_TEST(access) START_TEST(access)
......
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