From b70dc315e405d3c59dae2a795462f85d02cbb8df Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:26:51 -0500 Subject: opkg: fix the crashing issue. It's a hanging pointer. Using installed_files without get and free git-svn-id: http://opkg.googlecode.com/svn/trunk@144 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/pkg.c') diff --git a/libopkg/pkg.c b/libopkg/pkg.c index 10427ed..d662664 100644 --- a/libopkg/pkg.c +++ b/libopkg/pkg.c @@ -1737,8 +1737,7 @@ int pkg_info_preinstall_check(opkg_conf_t *conf) // opkg_message(conf, OPKG_DEBUG2, "pkg %s: file=%s\n", pkg->name, installed_file); file_hash_set_file_owner(conf, installed_file, pkg); } - //FIXME: mark this line. Thid avoid crash, But the reference count shall be balanced. (If there are some delay after file_hash_set_file_owner, it wont crash (Pondering why?)) - //pkg_free_installed_files(pkg); + pkg_free_installed_files(pkg); } pkg_vec_free(installed_pkgs); -- cgit v0.9.1