Skip to content

Fix possible memory leak in ServerDialog and ChannelDialog

Bernd Buschinski requested to merge fix_memleak_serverdialog into release/20.12

They do not inherit their Ui::*DialogUI and it must be explicitly freed

Merge request reports