Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: srtp/test/rtp.c

Issue 1098043003: Update libsrtp to 1.5.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libsrtp@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « srtp/test/rdbx_driver.c ('k') | srtp/test/rtpw.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: srtp/test/rtp.c
diff --git a/srtp/test/rtp.c b/srtp/test/rtp.c
index dd8b2f5e77b4d179534c02bac39034fd27384189..20c50f4663b2cfb328efc2e6c3a80a570159ef28 100644
--- a/srtp/test/rtp.c
+++ b/srtp/test/rtp.c
@@ -223,5 +223,5 @@ rtp_receiver_alloc(void) {
void
rtp_receiver_dealloc(rtp_receiver_t rtp_ctx) {
- return free(rtp_ctx);
+ free(rtp_ctx);
}
« no previous file with comments | « srtp/test/rdbx_driver.c ('k') | srtp/test/rtpw.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698