]> Pileus Git - wmpus/blobdiff - sys.h
Improve shutdown
[wmpus] / sys.h
diff --git a/sys.h b/sys.h
index c08b595d62956e9cef261531a8b5e9e70100a82f..e55b0a36e25e9b95222641135068a1b3a8db4032 100644 (file)
--- 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);