tsm: unicode: fix not recreating the default-table all the time
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 27 Sep 2012 10:11:52 +0000 (12:11 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 27 Sep 2012 10:11:52 +0000 (12:11 +0200)
commit090ead3bd6a9771ec5c2edea23bba8d9c161172b
tree3dff4ba99abf899cc793a0d68a0b38744d31401d
parentde2536f4e48c1c21ce0d3eb6ff29de1aa8a5cc72
tsm: unicode: fix not recreating the default-table all the time

We actually created a new table all the time which led to huge memory
leaks. We now actually use the default table if it is available.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/tsm_unicode.c