]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
gimmie back my 136 bytes
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 27 Feb 2009 18:52:15 +0000 (18:52 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 27 Feb 2009 18:52:15 +0000 (18:52 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12329 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_rtp.c

index 3d7469d6adf6d915f128d287a1bd67fd768f66ce..e91a28dbc449fe49ae45c7a004c332be49e47bff 100644 (file)
@@ -1766,6 +1766,7 @@ SWITCH_DECLARE(switch_size_t) switch_rtp_dequeue_dtmf(switch_rtp_t *rtp_session,
                *dtmf = *_dtmf;
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "RTP RECV DTMF %c:%d\n", dtmf->digit, dtmf->duration);
                bytes++;
+               free(pop);
        }
        switch_mutex_unlock(rtp_session->dtmf_data.dtmf_mutex);