summaryrefslogtreecommitdiff
path: root/cesar/test_general/maximus
diff options
context:
space:
mode:
authorlaranjeiro2009-04-14 07:30:09 +0000
committerlaranjeiro2009-04-14 07:30:09 +0000
commitccfb980cf7105918ca6a78c90dc786998f98e50e (patch)
treeb0c61ccffe637be50a9f05af4156ec9695dd535e /cesar/test_general/maximus
parentc870c21483b6c757b2b7a4db7da29f3cf23b0d66 (diff)
test_general/maximus/integration/hle-cl-sar-pbproc:
* Fix the test to release the chandata using the blk_release_desc_range_nb. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@4453 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/test_general/maximus')
-rw-r--r--cesar/test_general/maximus/integration/hle-cl-sar-pbproc/src/station.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/src/station.c b/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/src/station.c
index 193b212c95..db908cad8b 100644
--- a/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/src/station.c
+++ b/cesar/test_general/maximus/integration/hle-cl-sar-pbproc/src/station.c
@@ -1086,7 +1086,7 @@ bool ce_measurements (void *user, pbproc_rx_params_t *rx_params, uint pb_nb,
if (chandata)
{
- blk_release_desc_range (nb_chandata, (blk_t *) chandata);
+ blk_release_desc_range_nb ((blk_t *) chandata, nb_chandata);
}
return false;