~smspillaz/compiz-libcompizconfig/context-funcs-behind-interface

« back to all changes in this revision

Viewing changes to src/main.c

  • Committer: smspillaz
  • Date: 2012-04-28 15:16:49 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120428151649-g8307et6som3efqh
Use the finalize func

Show diffs side-by-side

added added

removed removed

Lines of Context:
664
664
 
665
665
    ccsPluginListFree (cPrivate->plugins, TRUE);
666
666
 
667
 
    free (cPrivate);
 
667
    ccsObjectFinalize ((CCSObject *) c);
668
668
    free (c);
669
669
}
670
670