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
[PyROOT] Destroy STL string objects in StringExecutor
::operator delete only frees the memory that was previously allocated in
Cppyy::CallO, but does not call the destructor of the std::string. Make sure
that is done using keyword delete.
0 commit comments