Merge branch 'master' of git.omp.am:/home/omp/git/conky
authorBrenden Matthews <brenden@rty.ca>
Mon, 3 Aug 2009 18:41:07 +0000 (12:41 -0600)
committerBrenden Matthews <brenden@rty.ca>
Mon, 3 Aug 2009 18:41:07 +0000 (12:41 -0600)
Conflicts:
src/conky.c

1  2 
src/conky.c

diff --cc src/conky.c
@@@ -7787,9 -7914,9 +7914,12 @@@ void clean_up(void *memtofree1, void* m
        llua_shutdown_hook();
        llua_close();
  #endif /* HAVE_LUA */
 +#ifdef IMLIB2
 +      cimlib_deinit();
 +#endif /* IMLIB2 */
+ #ifdef XOAP
+       xmlCleanupParser();
+ #endif /* XOAP */
  
        if (specials) {
                for (i = 0; i < special_count; i++) {