Changeset 4563
- Timestamp:
- 07/30/08 14:31:19 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/target/opkg/libopkg/pkg.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/opkg/libopkg/pkg.c
r4559 r4563 1738 1738 file_hash_set_file_owner(conf, installed_file, pkg); 1739 1739 } 1740 pkg_free_installed_files(pkg); 1740 //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?)) 1741 //pkg_free_installed_files(pkg); 1741 1742 } 1742 1743 pkg_vec_free(installed_pkgs);
Note: See TracChangeset
for help on using the changeset viewer.
