Commit 366fd6e3 authored by Rob Shearman's avatar Rob Shearman Committed by Alexandre Julliard

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

parent 17eb6f44
...@@ -667,6 +667,7 @@ basic_tests(void) ...@@ -667,6 +667,7 @@ basic_tests(void)
str = get_filename(); str = get_filename();
ok(!strcmp(str, __FILE__), "get_filename() returned %s instead of %s\n", str, __FILE__); ok(!strcmp(str, __FILE__), "get_filename() returned %s instead of %s\n", str, __FILE__);
midl_user_free(str);
} }
static void static void
......
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