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
Fix a subtle memory leak that was introduced with #46.
The current I->a is simply overwritten, lp_value_assign takes care of properly destructing it before reassigning.