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

This commit is contained in:
Dan Hipschman 2007-10-12 16:24:47 -07:00 committed by Alexandre Julliard
parent 61862f9f2d
commit e219087c65
1 changed files with 1 additions and 0 deletions

View File

@ -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