summaryrefslogtreecommitdiff
path: root/cesar/cp2/cco
diff options
context:
space:
mode:
authorlaranjeiro2008-05-23 16:00:59 +0000
committerlaranjeiro2008-05-23 16:00:59 +0000
commit05be90b8689c5b61232ec77b9cba82482468e273 (patch)
tree154b822b4fabb7d8851a61c6d7d88261235e03e6 /cesar/cp2/cco
parentc891797e6e17b9894ca5ea608812b73f0a90ceca (diff)
beacon: Implemented and tested the regions, headers and schedules bentry generation and read. Update the specification.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2092 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp2/cco')
-rw-r--r--cesar/cp2/cco/bw/src/bw_lib_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/cp2/cco/bw/src/bw_lib_alloc.c b/cesar/cp2/cco/bw/src/bw_lib_alloc.c
index b72cd3c369..178d379c1e 100644
--- a/cesar/cp2/cco/bw/src/bw_lib_alloc.c
+++ b/cesar/cp2/cco/bw/src/bw_lib_alloc.c
@@ -43,6 +43,7 @@ cp_cco_bw_schedules_uninit (set_t *set)
while (alloc)
{
next = cp_cco_bw_schedules_get_next (set, alloc);
+ set_remove (set, &alloc->set_node);
blk_release (alloc);
alloc = next;
}