Closed GoogleCodeExporter closed 9 years ago
i'm using version 1.2-1 but version 1.3 has the same problem.
Original comment by johan.gi...@gmail.com
on 6 Sep 2013 at 12:44
Ok, found the bug.
On line 130 ftdi_init is executed, obviously only when connection succeeds
mpsse->open is set to '1' on line 173 or 191. In the close function a check is
done if mpsse is open, before ftdi_deinit is executed. Result: memory leak.
Have a nice weekend!
Original comment by johan.gi...@gmail.com
on 6 Sep 2013 at 2:23
Thanks, just checked in a fix to the trunk that should address this bug.
Original comment by heffne...@gmail.com
on 16 Sep 2013 at 6:01
Original issue reported on code.google.com by
johan.gi...@gmail.com
on 6 Sep 2013 at 12:39