Skip to content

connection-editor: Unparent child widget on dispose

Felipe Borges requested to merge unparent-ws-wpa-eap-widget into main

WirelessSecurityWPAEAP is a GtkWidget owned by the CEPage8021xSecurity widget, which is supposed to "unparent" it on "dispose" (since parents hold a reference to child widgets). Instead we were calling g_clear_object on it.

Fixes #1671 (closed)

Merge request reports