Changeset 6077:defd0f59ac8b in roaraudio


Ignore:
Timestamp:
05/02/15 20:35:16 (9 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

do not work on items not filled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/kstore.c

    r6076 r6077  
    253253 
    254254 for (i = 0; i < store->len; i++) { 
     255  if ( store->kv[i].key == NULL ) 
     256   continue; 
    255257  if ( store->ref != NULL ) 
    256258   store->ref(store->kv[i].value); 
Note: See TracChangeset for help on using the changeset viewer.