X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2Fmono-uri.c;h=8ebc25a69b303019f66ecd117a2e9f7a5843a0c1;hb=c952badd43d182d58da94c9976ebd8f34e5d805d;hp=7a2c4ac8100ebd9afec9607a8b7b0640c498f3a5;hpb=2255f5d2b3ad56fa767d43c860f1f38f42e1c676;p=mono.git diff --git a/mono/utils/mono-uri.c b/mono/utils/mono-uri.c index 7a2c4ac8100..8ebc25a69b3 100644 --- a/mono/utils/mono-uri.c +++ b/mono/utils/mono-uri.c @@ -36,7 +36,7 @@ mono_escape_uri_string (const gchar *string) #if TEST int main () { - char *s = malloc (256); + char *s = g_malloc (256); int i = 0; s [255] = 0;