On Thu, May 25, 2017 at 07:28:14PM -0300, Julio Faracco wrote:
There is a VIR_FREE after a return statement. That code section is
never
executed and for this reason the "tty" variable is not being freed. This
commit rearrange the logic.
Same here, ACK with slight change in $SUBJ, will push soon.
Thanks.