octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53956] Delete function incorrectly called twi


From: Richard
Subject: [Octave-bug-tracker] [bug #53956] Delete function incorrectly called twice for subclass
Date: Mon, 21 May 2018 10:04:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/65.0.3325.181 Chrome/65.0.3325.181 Safari/537.36

Follow-up Comment #1, bug #53956 (project octave):

It seems to be called once for every level in the hierarchy, i.e. with another
level

handle -> subclass -> subsubclass -> subsubsubclass

destroying subsubsubclass results in subclass.delete being called three
times.


>> x = reproduce_delete_issue_4 ()
x =

<object reproduce_delete_issue_4>

>> clear x
Called delete
Called delete
Called delete


(file #44192)
    _______________________________________________________

Additional Item Attachment:

File name: reproduce_delete_issue_4.m     Size:0 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53956>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]