X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgmem.c;h=6a108ee9e0e38627a3d963b9cc651f11b121f7c1;hb=0a4ee12c7a9dfc82443133dfb2b18fb411d79f48;hp=de08b335c74b49ec8549e3b8104349c73f41319f;hpb=b1dd594a22e3499caafdeccd7fa223a032b9e177;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gmem.c b/glib/gmem.c index de08b33..6a108ee 100644 --- a/glib/gmem.c +++ b/glib/gmem.c @@ -70,7 +70,7 @@ static GMemVTable glib_mem_vtable = { * This also means that there is no need to check if the call succeeded. * * It's important to match g_malloc() (and wrappers such as g_new()) with - * g_free(), g_slice_alloc() and wrappers such as g_slice_new()) with + * g_free(), g_slice_alloc() (and wrappers such as g_slice_new()) with * g_slice_free(), plain malloc() with free(), and (if you're using C++) * new with delete and new[] with delete[]. Otherwise bad things can happen, * since these allocators may use different memory pools (and new/delete call