You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
general: fix compiler warning about object construction and assignment
TextWindow uses memset to zero objects that have non-trivial constructors,
in order to avoid assignment with a temporary which leads to an overflow
of the stack. Replace it with an explicit destructor call and placement
new.
0 commit comments