aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/elmorph.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-20 17:04:02 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-20 17:04:02 +0300
commit554d5663361e1506a757e7639524ce4d461d043c (patch)
tree95f824950975f52e5316739b6d9f7b205b309f9a /src/ellinika/elmorph.c
parent2bf7460851d3d03274d1b5f979b943cb00f1813e (diff)
downloadellinika-554d5663361e1506a757e7639524ce4d461d043c.tar.gz
ellinika-554d5663361e1506a757e7639524ce4d461d043c.tar.bz2
libelmorph: Bugfixes.
* src/ellinika/elmorph.c (elstr->phonetic-map): Remove invalid free * src/ellinika/syllabificator.c (NEXT_PHONEME): New macro. (next_syllable): Now static. Uses NEXT_PHONEME to iterate over phonemes.
Diffstat (limited to 'src/ellinika/elmorph.c')
-rw-r--r--src/ellinika/elmorph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ellinika/elmorph.c b/src/ellinika/elmorph.c
index 90a156d..a06d43b 100644
--- a/src/ellinika/elmorph.c
+++ b/src/ellinika/elmorph.c
@@ -980,7 +980,6 @@ SCM_DEFINE_PUBLIC(scm_elstr__phonetic_map, "elstr->phonetic-map",
tail = elt;
}
}
- free(phmap);
return head;
}
#undef FUNC_NAME

Return to:

Send suggestions and report system problems to the System administrator.