rpcrt4: Fix a memory leak from the get_filename call in the server tests.

This commit is contained in:
Rob Shearman 2007-12-20 18:01:21 +00:00 committed by Alexandre Julliard
parent 17eb6f44ad
commit 366fd6e3af
1 changed files with 1 additions and 0 deletions

View File

@ -667,6 +667,7 @@ basic_tests(void)
str = get_filename();
ok(!strcmp(str, __FILE__), "get_filename() returned %s instead of %s\n", str, __FILE__);
midl_user_free(str);
}
static void