What steps will reproduce the problem?
See https://groups.google.com/forum/#!topic/google-perftools/9ImXHzlxSt8
It involves loading odbc driver that links to different version of C runtime
that's loaded with driver and subsequently unloaded with it. Then second
attempt to load same driver fails.
As part of investigation I found that code to delete[] origstub_fn_[i] was
wrong since patch in issue-359 was applied. I.e. that patch changed memory
management of origstub_fn_ in a way that doesn't require manual deletion of
those memory chunks.
Original issue reported on code.google.com by alkondratenko on 4 May 2014 at 12:37
Original issue reported on code.google.com by
alkondratenko
on 4 May 2014 at 12:37