Skip to content
Snippets Groups Projects
Commit e219087c authored by Dan Hipschman's avatar Dan Hipschman Committed by Alexandre Julliard
Browse files

rpcrt4/tests: Free memory from one of the tests.

parent 61862f9f
No related branches found
No related tags found
No related merge requests found
......@@ -760,6 +760,7 @@ free_pyramid_doub_carr(doub_carr_t *dc)
int i;
for (i = 0; i < dc->n; ++i)
MIDL_user_free(dc->a[i]);
MIDL_user_free(dc);
}
static void
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment