Skip to content

Commit

Permalink
Turn off an unneeded debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Mar 5, 2015
1 parent 5ce1337 commit 9f2c54e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rtsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ static void msg_free(rtsp_message *msg) {
if (rc)
debug(1,"Error %d unlocking reference counter lock during msg_free()",rc);
if (msg->referenceCount==0) {
debug(1,"Freeing...");
int i;
for (i=0; i<msg->nheaders; i++) {
free(msg->name[i]);
Expand Down

0 comments on commit 9f2c54e

Please sign in to comment.