Skip to content

Reuse ubidi object for all bidi calls

Matan Ziv-Av requested to merge matan/konsole:ubidi-leak into master

Rather than allocating (and leaking) a new ubidi structure on every call to bidiMap().

Merge request reports