jshn: main: fix leak of memory pointed to by 'vars'
authorPetr Štetiar <ynezz@true.cz>
Tue, 19 Nov 2019 11:34:14 +0000 (12:34 +0100)
committerPetr Štetiar <ynezz@true.cz>
Sun, 24 Nov 2019 12:26:58 +0000 (13:26 +0100)
commitc42f11cc7c0f0ec6571af06ada6ff0e8882f4fde
tree00f0be0f00fa159ca6e218a160490ba9e6c35167
parent93848ec96dc58bbeb4bb3ed84fa5848ce5a04667
jshn: main: fix leak of memory pointed to by 'vars'

Fixes following leak of memory:

 6,016 bytes in 1 blocks are possibly lost in loss record 1 of 1
    at 0x4C31B25: calloc
    by 0x1098F8: main (jshn.c:353)

Signed-off-by: Petr Štetiar <ynezz@true.cz>
jshn.c