MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / free_reply_lump

Function free_reply_lump

parser/msg_parser.c:951–960  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949
950
951void free_reply_lump( struct lump_rpl *lump)
952{
953 struct lump_rpl *foo, *bar;
954 for(foo=lump;foo;)
955 {
956 bar=foo->next;
957 free_lump_rpl(foo);
958 foo = bar;
959 }
960}
961
962
963/* Free only the content, not the msg structure itself

Callers 1

free_sip_msgFunction · 0.85

Calls 1

free_lump_rplFunction · 0.85

Tested by

no test coverage detected