Michael Gorse changed bug 1060045
What Removed Added
CC   mgorse@suse.com

Comment # 1 on bug 1060045 from
Created attachment 741666 [details]
output from valgrind

I haven't tested a patch yet, but the issue seems to be that, on encountering
an error, baum_chr_open frees the handle that it just allocated but leaves a
dangling pointer that char_braille_finalize() assumes is valid when it is
called later.


You are receiving this mail because: