Skip to content
  • Emmanuele Bassi's avatar
    actor: Do not restore the easing state in finalize() · eb51f6cf
    Emmanuele Bassi authored
    The easing state is part of the AnimationInfo structure, which is stored
    inside the GObject's datalist. Each instance frees the data stored there
    during finalization, so there is no point for us to restore an easing
    state (which may or may not be the last one) just to have everything
    cleared out once we chain up to GObject's own finalize() implementation.
    eb51f6cf