Changeset f2da0bb in mainline for uspace/app/bithenge/script.c


Ignore:
Timestamp:
2012-06-24T19:24:35Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04a7435f
Parents:
0d1a8fd
Message:

Bithenge: use reference counting for nodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/script.c

    r0d1a8fd rf2da0bb  
    328328                free(entry->name);
    329329                bithenge_transform_dec_ref(entry->transform);
     330                free(entry);
    330331                entry = next;
    331332        }
Note: See TracChangeset for help on using the changeset viewer.