But it will makes the system failed in reference count.
git-svn-id: http://opkg.googlecode.com/svn/trunk@143
e8e0d7a0-c8d9-11dd-a880-
a1081c7ac358
// opkg_message(conf, OPKG_DEBUG2, "pkg %s: file=%s\n", pkg->name, installed_file);
file_hash_set_file_owner(conf, installed_file, pkg);
}
- pkg_free_installed_files(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_vec_free(installed_pkgs);