X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=sys.h;h=e55b0a36e25e9b95222641135068a1b3a8db4032;hb=d2452823db68a072489270a020a786b64c56fdb1;hp=c08b595d62956e9cef261531a8b5e9e70100a82f;hpb=43cb9b7de22dac5864d73321ec974bb937a217ff;p=wmpus diff --git a/sys.h b/sys.h index c08b595..e55b0a3 100644 --- a/sys.h +++ b/sys.h @@ -122,3 +122,6 @@ void sys_run(win_t *root); /* Exit main loop */ void sys_exit(void); + +/* Free all static data, for memory debugging */ +void sys_free(win_t *root);