epics-modules / caPutLog

Channel Access Put Logger, from DESY/BESSY

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double free bug

dirk-zimoch opened this issue · comments

My commit da22e34 contained a severe bug. It introduced a double free problem, because it now always calls caPutLogDataFree(). It should do so only in case of error.

False alarm. I had the bug still in one of my copies but not pushed here. (Need to check my branches)