Re: [devel] [PATCH 1 of 1] log: finalize accessor handle when getting scAbsenceAllowed [#2404]

2017-04-02 Thread A V Mahesh
Hi Vu, I don't think fix is required in LOG , unless we have BUG in IMM saImmOmInitialize() According to IMM spec the saImmOmFinalize() function closes the association represented by the immHandle parameter between the invoking process and the IMM Service. If the saImmOmFinalize() function

[devel] [PATCH 1 of 1] log: finalize accessor handle when getting scAbsenceAllowed [#2404]

2017-03-31 Thread Vu Minh Nguyen
src/log/logd/lgs_imm.cc | 10 -- 1 files changed, 8 insertions(+), 2 deletions(-) In lgs_get_scAbsenceAllowed_attr(), did not finalize IMM OM object accessor handle after done getting scAbsenceAllowed. Has to finalize the accessor handle after done using. diff --git