dbeurle / spkrd

Loudspeaker design software
GNU Lesser General Public License v2.1
1 stars 1 forks source link

War on keyword new #3

Closed dbeurle closed 4 years ago

dbeurle commented 5 years ago

With Gtk::make_managed<>() it should be possible to completely remove any manual memory management from the code. This would remove several memory leaks that are currently in the code.

dbeurle commented 4 years ago

This has been handled mostly by Gtk::manage until we absolutely need to change.