Changeset 4563


Ignore:
Timestamp:
07/30/08 14:31:19 (5 years ago)
Author:
tick
Message:

opkg: mark one line that cause crash.

But it will makes the system failed in reference count.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/opkg/libopkg/pkg.c

    r4559 r4563  
    17381738               file_hash_set_file_owner(conf, installed_file, pkg); 
    17391739          } 
    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); 
    17411742     } 
    17421743     pkg_vec_free(installed_pkgs); 
Note: See TracChangeset for help on using the changeset viewer.