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

Alexandre Julliard julliard at winehq.org
Mon Oct 15 11:28:08 CDT 2007


Module: wine
Branch: master
Commit: e219087c65c3a4877e8e15941443cc9b3748d82b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e219087c65c3a4877e8e15941443cc9b3748d82b

Author: Dan Hipschman <dsh at linux.ucla.edu>
Date:   Fri Oct 12 16:24:47 2007 -0700

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

---

 dlls/rpcrt4/tests/server.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/rpcrt4/tests/server.c b/dlls/rpcrt4/tests/server.c
index 6fe1ce5..d8ecff0 100644
--- a/dlls/rpcrt4/tests/server.c
+++ b/dlls/rpcrt4/tests/server.c
@@ -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




More information about the wine-cvs mailing list