]> git.ozlabs.org Git - ppp.git/commit
Fixing a few more memory leaks in chat.c
authorRobert Bartel <r.bartel@gmx.net>
Sat, 11 Mar 2023 22:38:42 +0000 (22:38 +0000)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 17 Mar 2023 09:03:15 +0000 (20:03 +1100)
commit1fe5196b10fc30b1dfb8b4b0ac5bf2b6fa49c297
treef7a89cf83bc4840bb1049655ed0f28fd6408bb40
parent6292210a9d14c0d947a5c3fb10f0d289815cd24f
Fixing a few more memory leaks in chat.c

Running Valgrind memcheck tool on chat.c while communicating with a
modem found additional memory leaks. These fixes plumb those.

Signed-off-by: Robert Bartel <r.bartel@gmx.net>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
chat/chat.c