http://bugzilla.novell.com/show_bug.cgi?id=537474 Summary: anthy-9100h-1.24: memory leak Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package anthy-9100h-1.24 For source code file anthy-9100h/mkworddic/mkdic.c around line 570, function mk_yomi_hash is the following code hash_array = (unsigned char *)malloc(YOMI_HASH_ARRAY_SIZE); but I fail to find the matching call to free. This looks like a memory leak to me. Suggest add call to free at the end of the routine. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.