Skip to content

ev-window: Dispose using g_clear_object and g_clear_pointer

Simplifies the dispose function quite a bit.

g_clear_object and g_clear_pointer are safe against NULL references and clear the pointer themselves. So it's some improvement.

Merge request reports