mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Free last line in swaybar
This commit is contained in:
parent
c0f75f68b9
commit
36bf4d24cf
|
@ -79,6 +79,7 @@ void cairo_set_source_u32(cairo_t *cairo, uint32_t color) {
|
||||||
|
|
||||||
void update() {
|
void update() {
|
||||||
if (!feof(command)) {
|
if (!feof(command)) {
|
||||||
|
free(line);
|
||||||
line = read_line(command);
|
line = read_line(command);
|
||||||
int l = strlen(line) - 1;
|
int l = strlen(line) - 1;
|
||||||
if (line[l] == '\n') {
|
if (line[l] == '\n') {
|
||||||
|
|
Loading…
Reference in a new issue