libftdi-git Archives

Subject: port libftdi to libusb-1.0 branch, master, updated. v0.17-253-g4e494b7

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 8 Sep 2011 17:40:15 +0200 (CEST)
The branch, master has been updated
       via  4e494b76c44b82fc04cbe9939bc10a74f051fad5 (commit)
      from  4359228aaa6840b20f4cf6b61bf156b9354a0f80 (commit)


- Log -----------------------------------------------------------------
commit 4e494b76c44b82fc04cbe9939bc10a74f051fad5
Author: Uwe Bonnes <bon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Date:   Thu Sep 8 10:11:27 2011 +0200

    ftdi_eeprom/main.c: Clean up the FTDI structure on exit
    
    Valgrind still reports an error, but I suspect it is with (my version?)
    of confuse.

-----------------------------------------------------------------------

Summary of changes:
 ftdi_eeprom/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ftdi_eeprom/main.c b/ftdi_eeprom/main.c
index 931045f..b33266f 100644
--- a/ftdi_eeprom/main.c
+++ b/ftdi_eeprom/main.c
@@ -383,6 +383,7 @@ cleanup:
     }
 
     ftdi_deinit (ftdi);
+    ftdi_free (ftdi);
 
     cfg_free(cfg);
 


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • port libftdi to libusb-1.0 branch, master, updated. v0.17-253-g4e494b7, libftdi-git <=