summaryrefslogtreecommitdiff
path: root/codecs/gsm/src/gsm_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/gsm/src/gsm_destroy.c')
-rw-r--r--codecs/gsm/src/gsm_destroy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/gsm/src/gsm_destroy.c b/codecs/gsm/src/gsm_destroy.c
index 4807c0acd..b2748fc97 100644
--- a/codecs/gsm/src/gsm_destroy.c
+++ b/codecs/gsm/src/gsm_destroy.c
@@ -22,5 +22,5 @@
void gsm_destroy P1((S), gsm S)
{
- if (S) free((char *)S);
+ free((char *)S);
}