Release captured reference type stack variables
[mono-project.git] / mono / utils / mono-publib.c
blob70271a57f8f7d48bb7f1ee69c1fc5c73f094a405
1 #include "config.h"
2 #include <mono/utils/mono-publib.h>
3 #include <glib.h>
5 void
6 mono_free (void *ptr)
8 g_free (ptr);