Re: Fwd: [Bug 784193] Thunderbird leaks threads
Stefan Sitter <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.calendar |
|---|---|
| Message-ID | <[email protected]> |
On 31.01.2013 16:37, Orion Poplawski wrote: > Any thoughts? From a quick search [1] in the latest Lightning 2.3 source code I think there is only one place [2] that creates a thread in calICSService::ParseICSAsync() via NS_NewThread(). How to tell if this thread is leaked? [1] http://mxr.mozilla.org/comm-central/search?string=thread&find=/calendar/ [2] http://mxr.mozilla.org/comm-central/source/calendar/base/src/calICSService.cpp#1264