Changeset 4558
- Timestamp:
- 07/27/08 17:05:01 (5 years ago)
- Location:
- trunk/src/target/opkg/libopkg
- Files:
-
- 3 edited
-
opkg_install.c (modified) (1 diff)
-
pkg.c (modified) (1 diff)
-
pkg_extract.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/opkg/libopkg/opkg_install.c
r4488 r4558 507 507 } 508 508 } 509 } 509 pkg_free_installed_files(old_pkg); 510 } 511 pkg_free_installed_files(new_pkg); 510 512 return 0; 511 513 } -
trunk/src/target/opkg/libopkg/pkg.c
r4466 r4558 1738 1738 file_hash_set_file_owner(conf, installed_file, pkg); 1739 1739 } 1740 pkg_free_installed_files(pkg); 1740 1741 } 1741 1742 pkg_vec_free(installed_pkgs); -
trunk/src/target/opkg/libopkg/pkg_extract.c
r4357 r4558 137 137 fputs(data_file, file); 138 138 } 139 free(line); 140 line=NULL; 139 141 } 140 142 }
Note: See TracChangeset
for help on using the changeset viewer.
