RTMP: Fix compiler warnings

This commit is contained in:
Julien Chaffraix
2010-05-25 06:43:41 -07:00
committed by Daniel Stenberg
parent 9e480973eb
commit d3c813e726
2 changed files with 14 additions and 1 deletions

View File

@@ -6,6 +6,9 @@
Changelog
- Julien Chaffraix fixed the warning seen when compiling lib/rtmp.c: one
unused variables, several unused arguments and some missing #include.
- Julien Chaffraix fixed 2 OOM errors: a missing NULL-check in
lib/http_negociate.c and a potential NULL dereferencing in lib/splay.c