summaryrefslogtreecommitdiff
path: root/src/frames.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-11-28 20:58:49 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2007-11-28 20:58:49 +0000
commitb2612a51f89e3dbbba91ed89a4069cccc9237656 (patch)
treeb968da9015acd0f699036b55f6c9b475c8b74c96 /src/frames.c
parent5bc4d283ab3da4510421cf8470e529dbdf1ab4ed (diff)
Match xmlStrdup as an alloc_fn.
Diffstat (limited to 'src/frames.c')
-rw-r--r--src/frames.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/frames.c b/src/frames.c
index 7f53821..0b2a334 100644
--- a/src/frames.c
+++ b/src/frames.c
@@ -303,10 +303,9 @@ _frames_init_alloc_fns (Frames *frames)
"memalign",
"g_.*alloc",
- "(strn?|mem)dup",
+ "([sS]trn?|mem)dup",
"ft_.*alloc", /* FreeType */
"_hb_.*alloc" /* HarfBuzz */
-
};
guint n;