summaryrefslogtreecommitdiff
path: root/cesar/ce/tx/src/tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/ce/tx/src/tx.c')
-rw-r--r--cesar/ce/tx/src/tx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cesar/ce/tx/src/tx.c b/cesar/ce/tx/src/tx.c
index 6b7ae03cf9..35edb1c192 100644
--- a/cesar/ce/tx/src/tx.c
+++ b/cesar/ce/tx/src/tx.c
@@ -86,7 +86,7 @@ ce_tx_update_tone_map (cp_t *ctx)
{
/* Release if not used. */
if (sta->tx_tonemaps->tm[i])
- tonemap_release (sta->tx_tonemaps, i);
+ tonemap_release_forced (sta->tx_tonemaps, i);
}
}
/* Release STA. */
@@ -121,7 +121,7 @@ ce_tx_clean_tonemaps (tonemaps_t *tone_maps)
{
/* Release if allocated. */
if (tone_maps->tm[i])
- tonemap_release (tone_maps, i);
+ tonemap_release_forced (tone_maps, i);
}
}
}