waterslideLTS / waterslide

WaterSlide is a streaming event-at-a-time architecture for processing metadata. It is designed to take in a set of streaming events from multiple sources, process them through a set of modules ("kids"), and return meaningful outputs.
Other
113 stars 40 forks source link

BUGFIX - fixed proc_destroy calls when freeing memory on null sharelabels #26

Closed Karl-MS closed 4 years ago

Karl-MS commented 4 years ago

proc_destroy function did not properly check for a null value on sharelabel pointers before attempting to free memory. impacts kids that support optional shared-memory hashtables.