[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#8339) LMDB robust mutex fix



On 06/02/16 10:15 PM, Howard Chu wrote:
>>
>> There is a slight inconsistency if subsequent calls after a successfull
>> pthread_mutexattr_init() fail (in the ORed if statement). This might
>> result in a memory leak as the mutex attributes are not destroyed. But
>> this is not related to the topic of this ITS.
>
> Feel free to submit another ITS for that, thanks.

Has just been fixed by Hallvard:

http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=commitdiff;h=c4c7833d245fdc4b2ea4a1a459d7069ce3af87f5

Thanks!