projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
744c292
)
(mdraw_glyph_list): Unref gstring->top at the tail.
author
handa
<handa>
Thu, 24 Jun 2004 07:08:49 +0000
(07:08 +0000)
committer
handa
<handa>
Thu, 24 Jun 2004 07:08:49 +0000
(07:08 +0000)
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
95aa944
..
833faee
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-2662,6
+2662,8
@@
mdraw_glyph_list (MFrame *frame, MText *mt, int from, int to,
}
n++;
}
+ M17N_OBJECT_UNREF (gstring->top);
+
*num_glyphs_return = n;
return (n <= array_size ? 0 : -1);
}