]> git.draconx.ca Git - liblbx.git/commit
lbximg: Fix improper free.
authorNick Bowler <nbowler@draconx.ca>
Wed, 10 Feb 2010 04:14:27 +0000 (23:14 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 10 Feb 2010 04:14:27 +0000 (23:14 -0500)
commite4d75d5e84c051b75bf6a81072734da22c44cb21
tree81e6c38ebcc03f731927c54d373e939b5eb92a12
parent097863ac0d92de7bc6b6b8221b63524336631a5e
lbximg: Fix improper free.

We were freeing the row buffer twice on the error path, and not at all
on the success path.
src/lbximg.c