libsigrok/output/text
poljar (Damir Jelić) 8c273ac57c output/text: Fix memory leak of internal state buffers.
The text output module keeps buffers for internal state, upon receiving a DF_END
packet it frees the internal context but the buffers are never freed.

This adds a text_cleanup() helper function and registers it as the cleanup
function within all the text output modules.
2013-11-20 22:03:02 +01:00
..
Makefile.am GPL headers: Use correct project name. 2013-04-23 22:24:30 +02:00
ascii.c output/text: Fix memory leak of internal state buffers. 2013-11-20 22:03:02 +01:00
bits.c output/text: Fix memory leak of internal state buffers. 2013-11-20 22:03:02 +01:00
hex.c output/text: Fix memory leak of internal state buffers. 2013-11-20 22:03:02 +01:00
text.c output/text: Fix memory leak of internal state buffers. 2013-11-20 22:03:02 +01:00
text.h output/text: Fix memory leak of internal state buffers. 2013-11-20 22:03:02 +01:00