fixed abnormal program termination in streaming_msg_free if sm_type is SMT_NOSOURCE

This commit is contained in:
Robert 2009-10-24 15:59:06 +00:00
parent 19a03c0830
commit b53ae6e03e

View file

@ -221,6 +221,9 @@ streaming_msg_free(streaming_message_t *sm)
case SMT_TRANSPORT_STATUS:
break;
case SMT_NOSOURCE:
break;
default:
abort();
}