From 0381e78adcba755d4d0674cf176b798cee4e8aae Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 7 Mar 2014 12:48:53 +0100 Subject: Free data in input frame, not just the frame struct. --- src/rtp_profile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rtp_profile.h') diff --git a/src/rtp_profile.h b/src/rtp_profile.h index c38f824..bfb7572 100644 --- a/src/rtp_profile.h +++ b/src/rtp_profile.h @@ -36,7 +36,7 @@ struct lrtp_t; typedef struct { - const char *data; + char *data; size_t size; size_t offset; unsigned long int timestamp; -- cgit v1.2.3