lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[CLOSED] [libbpmclient] Fix missing free in bpm_client_destroy () #59

Closed lerwys closed 8 years ago

lerwys commented 8 years ago

Issue by lerwys Wednesday Dec 17, 2014 at 18:06 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/59


Problem: There is a trivial memory leak in bpm_client_destroy ()

Solution: Free the allocated memory.

lerwys commented 8 years ago

Comment by lerwys Friday Jan 09, 2015 at 13:26 GMT


fixed in commit 899e8a3d64