mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 15:48:54 +02:00
docs: Add missing opening parenthesis
https://mail.gnome.org/archives/gnome-web-list/2014-November/msg00003.html
This commit is contained in:
@@ -70,7 +70,7 @@ static GMemVTable glib_mem_vtable = {
|
|||||||
* This also means that there is no need to check if the call succeeded.
|
* 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
|
* 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++)
|
* 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,
|
* new with delete and new[] with delete[]. Otherwise bad things can happen,
|
||||||
* since these allocators may use different memory pools (and new/delete call
|
* since these allocators may use different memory pools (and new/delete call
|
||||||
|
Reference in New Issue
Block a user