ECCC-MSC / libecbufr

libecbufr is a general purpose, template-oriented BUFR encoding/decoding library
Other
10 stars 7 forks source link

memory of addition data in section 1 not freed #1

Open vsouvan opened 4 years ago

vsouvan commented 4 years ago

If additional data is present in section 1 of BUFR message read. The memory allocated to store this data is not freed by bufr_free_message() causing a memory leak.


Imported from Launchpad using lp2gh.

vsouvan commented 4 years ago

(by vanh-souvanlasy) the allocation made for addtional data is now freed in bufr_free_message() with rev. 81