]> sjero.net Git - linphone/commitdiff
fix memory leak
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 8 Mar 2012 10:17:52 +0000 (11:17 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 8 Mar 2012 10:17:52 +0000 (11:17 +0100)
coreapi/sal_eXosip2.c

index 451eb303142e577e8e7758930a2b7ceb21293913..6d66bf4c42d8f1ff8ea911d5f2587fe44a627dd0 100644 (file)
@@ -621,8 +621,6 @@ int sal_call_notify_ringing(SalOp *h, bool_t early_media){
        if (early_media){
                msg=NULL;
                eXosip_lock();
-               eXosip_call_build_answer(h->tid,180,&msg);
-               
                eXosip_call_build_answer(h->tid,183,&msg);
                if (msg){
                        sdp_process(h);