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
The previous code of info_to_obj would leak memory. This rework uses structured programming to ensure that correct recovery happens on all error paths, avoiding leaks or double-frees.
The previous code of
info_to_objwould leak memory. This rework uses structured programming to ensure that correct recovery happens on all error paths, avoiding leaks or double-frees.plug-info_to_obj-leaks.patch.txt