|
|
-
Re: memory leak with zookeeper 3.3.3Mahadev Konar 2011-10-10, 05:46
Peng,
[EMAIL PROTECTED] would be the right mailing list for this kind of discussion. Would you mind opening a jira for this issue and uploading a patch for the same? Thanks mahadev 2011/10/7 彭福田 <[EMAIL PROTECTED]>: > HI, > > When I add watcher duplicate, I found a bug, there may be a memory > leak. > > > > zk_hashtable.c:193 > > old: > > res = add_to_list(&wl, wo, 1); > > > > should be: > > res = add_to_list(&wl, wo, 0); > > > > Peng Futian > > > > |