Commit 571d7518 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Fix a leak.

parent 72ab894d
......@@ -195,6 +195,7 @@ static void test_cryptunprotectdata(void)
ok(data_desc!=NULL,"Description not allocated\n");
ok(data_desc[0]=='\0',"Description not empty\n");
LocalFree(data_desc);
LocalFree(plain.pbData);
plain.pbData=NULL;
......
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