GNOME Bugzilla – Bug 594039
missing unref in rtpsource / leak
Last modified: 2009-09-03 17:38:49 UTC
When on probation if received and expected seq num differ then the buffer is never unreffed.
Created attachment 142408 [details] [review] add unref on buffer
commit 371875c57abcf189c29565d8e2b448be47bfe30d Author: Laurent Glayal <spglegle at yahoo.fr> Date: Thu Sep 3 19:37:10 2009 +0200 rtpsource: fix memleak Don't leak the input buffer when the received and expected seqnum are different when in probation. fixes #594039