fixed another memory leak: handle received result responses

just remove them from the queue.
This commit is contained in:
Martin Preuss
2023-10-06 18:05:14 +02:00
parent 38ae2d3d1d
commit e98afa80d9
4 changed files with 117 additions and 0 deletions

View File

@@ -38,6 +38,7 @@
init.h
fini.h
loop.h
loop_broker.h
loop_tty.h
loop_tty_ipc.h
loop_tty_broker.h
@@ -53,6 +54,7 @@
init.c
fini.c
loop.c
loop_broker.c
loop_tty.c
loop_tty_ipc.c
loop_tty_broker.c