fixed abnormal program termination in streaming_msg_free if sm_type is SMT_NOSOURCE
This commit is contained in:
parent
19a03c0830
commit
b53ae6e03e
1 changed files with 3 additions and 0 deletions
|
@ -221,6 +221,9 @@ streaming_msg_free(streaming_message_t *sm)
|
|||
case SMT_TRANSPORT_STATUS:
|
||||
break;
|
||||
|
||||
case SMT_NOSOURCE:
|
||||
break;
|
||||
|
||||
default:
|
||||
abort();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue