Comment # 9
on bug 10081
from Evan Huus
(In reply to comment #8)
> /* XXX - this is a hack until we can just call
> * fvalue_to_string_repr() for *all* FT_* types. */
>
> So is the "right" fix to address it there?
That may be *one of* the right fixes :)
Based on a quick skim, construct_match_selected_string() (which is the root
function doing the actual allocating) is only ever called from GUI functions,
so it shouldn't be using emem/wmem anyways, it should be returning glib memory.
Removing emem there is definitely *a* right fix as well.
You are receiving this mail because:
- You are watching all bug changes.