swig-fortran / swig

This fork of SWIG creates Fortran wrapper code from C++ headers.
http://www.swig.org
Other
42 stars 11 forks source link

Fix 'delete' operation #131

Closed sethrj closed 5 years ago

sethrj commented 5 years ago

I think the changes in #123 caused delete on regular objects to become a null-op. This adds a test and fixes it.