Memory leak in rtmpdump.c
21 Jun
2011
21 Jun
'11
8:10 p.m.
Hi, In rtmpdump.c around line 476 in Download() function there is return RD_SUCCESS; which does not free memory from "buffer" which is allocated at the start of the function and never used after that. This is most likely a minor issue, but I thought reporting it anyway as it can be fixed with a simple free() call (or by moving allocation where memory is actualy used). -- Reijo
5559
Age (days ago)
5559
Last active (days ago)
0 comments
1 participants
participants (1)
-
Reijo Tomperi