[PATCH] Call finalize functions in parent classes.

Chris Lumens clumens at redhat.com
Thu Feb 6 15:36:54 UTC 2014


> According to the GObject docs, implementations of constructor(),
> dispose() and finalize() each need to chain up to the parent class. This
> does so for the places we override finalize().
> ---
>  widgets/src/DiskOverview.c       | 9 ++++++---
>  widgets/src/MountpointSelector.c | 9 ++++++---
>  widgets/src/SpokeSelector.c      | 9 ++++++---
>  3 files changed, 18 insertions(+), 9 deletions(-)

Looks good.

- Chris


More information about the anaconda-patches mailing list