DESC Fix a memory leak in the wrappers. EDESC We never called jtrans_free() inside the wrappers, so some memory that the library allocated itself (mainly for pathnames references) was never freed. This patch adds those missing calls, and fix a free() inside jtrans_free() which was not only unneeded but bogus as the comment says.