CESNET / libnetconf

C NETCONF library
Other
113 stars 84 forks source link

Fixed notification initialization #157

Closed plummer86 closed 8 years ago

plummer86 commented 8 years ago

Found that freeing a notification directly after creating it was causing segfaults. Found that the nacm field of the message was uninitialized in ncntf_notif_create.