From: ticktock35 Date: Mon, 15 Dec 2008 05:30:44 +0000 (+0000) Subject: opkg: remove the free_error_list wrong usage bug X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=commitdiff_plain;h=1cd44bc9aee385f6683f1f082f0d11e5d1037a72 opkg: remove the free_error_list wrong usage bug Thanks for manitu git-svn-id: http://opkg.googlecode.com/svn/trunk@161 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- diff --git a/libopkg/opkg_cmd.c b/libopkg/opkg_cmd.c index cf1cc5d..5b842bd 100644 --- a/libopkg/opkg_cmd.c +++ b/libopkg/opkg_cmd.c @@ -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(); } }