[Lldb-commits] [PATCH] D44321: Support demangling for D symbols via dlopen

Timothee Cour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 14 16:38:46 PDT 2018


timotheecour added a comment.

> When druntime is initialized, a number of resources are allocated (e.g. memory and mutex). Yes you initialize druntime once, I can see that. You don't deinitialize druntime at all: that's the resource leak.

Where would you want me to deinit? inside ` DLanguage::Terminate` ?


https://reviews.llvm.org/D44321





More information about the lldb-commits mailing list