Merge pull request #3022 from orestisf1993/i3bar-leaks

Fix i3bar leaks
This commit is contained in:
Ingo Bürk
2017-12-03 19:51:25 +01:00
committed by GitHub
7 changed files with 43 additions and 22 deletions

View File

@ -33,6 +33,12 @@ void parse_outputs_json(char* json);
*/
void init_outputs(void);
/*
* free() all outputs data structures.
*
*/
void free_outputs(void);
/*
* Returns the output with the given name
*