]> sigrok.org Git - libsigrok.git/commit - output/vcd.c
VCD: Improve error handling/checking.
authorUwe Hermann <redacted>
Sat, 8 May 2010 14:09:25 +0000 (16:09 +0200)
committerUwe Hermann <redacted>
Sun, 9 May 2010 20:06:26 +0000 (22:06 +0200)
commit6b5e3ceefcdee5e942b9cbff5c697016dacee774
treecc59310c77dce074e2c340cb101b0c3bc9581228
parentd2b36a10d72133feeea3610bdc81a484b6f8fc72
VCD: Improve error handling/checking.

Check malloc()/calloc() return values and so on. Also, add missing
free() calls and some TODOs. Simplify some code.
output/output_vcd.c