|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #61994] Crash on GUI exiting with octave_base_value objects still open. |
| Date: | Fri, 18 Feb 2022 14:02:00 -0500 (EST) |
Follow-up Comment #30, bug #61994 (project octave):
Yes, any .oct file that introduces a new type should derive from
octave_base_dld_value instead of just octave_base_value so that it will
automatically track the values created by that dynamically loaded function and
prevent the .oct file from being closed until all functions and values that it
creates are deleted.
I will try to add some comments about the way this new code is supposed to
work and when/how it should be used.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?61994>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |