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

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

[Octave-bug-tracker] [bug #45366] Two objects not cleaning dynamically a


From: Lachlan Andrew
Subject: [Octave-bug-tracker] [bug #45366] Two objects not cleaning dynamically allocated widgets leading to crash at exit
Date: Sat, 16 Jan 2016 07:41:06 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #5, bug #45366 (project octave):

Can this patch be applied and the bug closed?

I've looked at the patch, and there are just a few things needed to make it
comply with the coding standards:

In resource-manager.cc, resource_manager::instance_ok, the indentation of
"instance = new resource_manager ();" should be reduced.  The same for
shortcut-manager.cc, shortcut_manager::instance_ok.

In settings-dialog.cc, settings_dialog::show_tab, lines


ui->tabWidget->setCurrentIndex (settings->value ("settings/last_tab",
                                        0).toInt ());


the second line should align with the bracket after "settings->value", not the
one before it.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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