add XFree(info), simplify README.md

This commit is contained in:
phillbush
2020-08-23 22:26:23 -03:00
parent f66f4c1823
commit 883ec17fe2
2 changed files with 3 additions and 2 deletions

View File

@@ -316,6 +316,8 @@ initmonitor(void)
mon.y = info[selmon].y_org;
mon.w = info[selmon].width;
mon.h = info[selmon].height;
XFree(info);
}
if (!pflag) {