Skip to content

Commit 396317e

Browse files
committedAug 31, 2021
tt
1 parent 1d67d15 commit 396317e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎libsofia-sip-ua/su/sofia-sip/su_tag_inline.h

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ su_inline tagi_t const *t_next(tagi_t const *t)
6969
{
7070
tag_type_t tt = TAG_TYPE_OF(t);
7171

72+
assert(tt->tt_class);
73+
7274
if (tt->tt_next)
7375
return tt->tt_next(t);
7476
else

0 commit comments

Comments
 (0)