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:
6b5d2fd
)
(mchar_put_prop): Don't increment the ref-count of
author
handa
<handa>
Tue, 8 Jun 2004 00:17:03 +0000
(
00:17
+0000)
committer
handa
<handa>
Tue, 8 Jun 2004 00:17:03 +0000
(
00:17
+0000)
record->table.
src/character.c
patch
|
blob
|
history
diff --git
a/src/character.c
b/src/character.c
index
321fbb4
..
19c0af3
100644
(file)
--- a/
src/character.c
+++ b/
src/character.c
@@
-500,7
+500,6
@@
mchar_put_prop (int c, MSymbol key, void *val)
record->table = (*mdatabase__loader) (record->mdb);
if (! record->table)
MERROR (MERROR_DB, -1);
- M17N_OBJECT_REF (record->table);
record->mdb = NULL;
}
return mchartable_set (record->table, c, val);