On 20.05.2011, at 11:21, Hironobu TAKEI wrote: > Hi! > > I wonder what list I've to tell (llvm-dev?), but ... > > StringMapImpl::init() calls 'calloc()', > but I can't find any 'free()' that should be paired. > Missing? It's free'd in the destructor of StringMap (include/llvm/ADT/StringMap.h:418).