]> git.tuebingen.mpg.de Git - paraslash.git/commit
com_addatt(): Fix memory leak.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Mar 2022 21:02:11 +0000 (22:02 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 12 Mar 2022 15:47:16 +0000 (16:47 +0100)
commit90b212cc7f1842f22b9ae0e1830f515eeee95ceb
tree77c7c9c0456c933c474d524091cb55a6efbec7c9
parent74ebbb6021658753927e4ff2c206da719dd12032
com_addatt(): Fix memory leak.

We miss to free the lopsub parse result on exit. Found by valgrind.
attribute.c