--- mono/tests/libtest.c +++ mono/tests/libtest.c @@ -36,7 +36,7 @@ #ifdef WIN32 CoTaskMemAlloc (size); #else - g_malloc (size); + return g_malloc (size); #endif }