r4844 - trunk/src/target/opkg/libopkg

tick at docs.openmoko.org tick at docs.openmoko.org
Wed Dec 3 16:33:54 CET 2008


Author: tick
Date: 2008-12-03 16:33:52 +0100 (Wed, 03 Dec 2008)
New Revision: 4844

Modified:
   trunk/src/target/opkg/libopkg/opkg_cmd.c
Log:
opkg: remove the free_error_list wrong usage bug
Thanks for manitu


Modified: trunk/src/target/opkg/libopkg/opkg_cmd.c
===================================================================
--- trunk/src/target/opkg/libopkg/opkg_cmd.c	2008-12-03 01:21:12 UTC (rev 4843)
+++ trunk/src/target/opkg/libopkg/opkg_cmd.c	2008-12-03 15:33:52 UTC (rev 4844)
@@ -151,7 +151,7 @@
            error_list = error_list->next;
 
      }
-     free_error_list(&error_list);
+     free_error_list();
   }
 
 }




More information about the commitlog mailing list