X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Funit-tests%2Ftest-memfuncs.c;h=af116e1906b2324321071d1df72986d89bfdb17e;hb=13dc0bb2c24d70bdf3c570574e92637f0b3da341;hp=07c33a90eff324a61714991810a62093243072a1;hpb=3544fc56904e06123287d621fa4a091f27c4230d;p=mono.git diff --git a/mono/unit-tests/test-memfuncs.c b/mono/unit-tests/test-memfuncs.c index 07c33a90eff..af116e1906b 100644 --- a/mono/unit-tests/test-memfuncs.c +++ b/mono/unit-tests/test-memfuncs.c @@ -89,5 +89,9 @@ main (void) } } + free (random_mem); + free (reference); + free (playground); + return 0; }