nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Fix #68, bp_desc_t simplification #69

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Combines bp_desc_t and bp_channel_t so it is just a single struct, only single malloc/free, single dereference and single NULL check is necessary.