aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 14:01:53 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-02 14:01:53 +0000
commit44d68afcc2984efb9b63228eca0e925e9952968a (patch)
tree3888ae4680f52c130313db073a11628f6c11bcf0
parent6f3ecd75f9cff5f09443d48b7d4e2e658b450540 (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@46882 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--callerid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/callerid.c b/callerid.c
index f709bd501..39690eed9 100644
--- a/callerid.c
+++ b/callerid.c
@@ -280,6 +280,7 @@ int callerid_feed(struct callerid_state *cid, unsigned char *ubuf, int len, int
buf += (olen - mylen);
if (res < 0) {
ast_log(LOG_NOTICE, "fsk_serie failed\n");
+ free(obuf);
return -1;
}
if (res == 1) {