opkg: remove the free_error_list wrong usage bug
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:30:44 +0000 (05:30 +0000)
committerticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>
Mon, 15 Dec 2008 05:30:44 +0000 (05:30 +0000)
Thanks for manitu

git-svn-id: http://opkg.googlecode.com/svn/trunk@161 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358

libopkg/opkg_cmd.c

index cf1cc5d80bc07f28661ac143365d4c4571129ab4..5b842bd4a37c5949a68cac8f922e40a23d4bf3d3 100644 (file)
@@ -151,7 +151,7 @@ void opkg_print_error_list (opkg_conf_t *conf)
            error_list = error_list->next;
 
      }
-     free_error_list(&error_list);
+     free_error_list();
   }
 
 }