cn-uofbasel / ccn-lite

CCN-lite, a lightweight implementation of the CCNx protocol and its variations
ISC License
74 stars 63 forks source link

adds ccnl_free call in ccnl_pkt_dup #317

Closed mfrey closed 5 years ago

mfrey commented 5 years ago

Contribution description

Adds a ccnl_free call to ccnl_pkt_dup in case NULL was passed to the function. For further details have a look at #316

Issues/PRs references

Fixes #316