Fix memory leak in XInstance::getTopLevelWindows

This commit is contained in:
2020-06-16 09:54:22 +02:00
parent bdcd27eb95
commit 8c69a02e5d
3 changed files with 7 additions and 3 deletions

View File

@ -25,7 +25,7 @@ struct Config
bool ignoreClientMachine = false;
};
const char *argp_program_version = "1.0.3";
const char *argp_program_version = "1.0.4";
const char *argp_program_bug_address = "<carl@uvos.xyz>";
static char doc[] = "Deamon that stops programms via SIGSTOP when their X11 windows lose focus.";
static char args_doc[] = "";