Minimize memdup disruption

This commit is contained in:
Evan Miller
2022-12-17 06:47:05 -05:00
parent acce416768
commit 8ba903976a
2 changed files with 2 additions and 5 deletions

View File

@@ -117,6 +117,7 @@ typedef struct GOptionContext {
#define g_malloc malloc
#define g_free free
#define g_realloc realloc
#define g_memdup2 g_memdup
#define G_STR_DELIMITERS "_-|> <."