[StringMap] Move free into StringMapImpl dtor (NFC) (#91908)
StringMapImpl allocates the memory for the table, but does not have a dtor that free it. Instead, StringMap (which inherits from StringMapImpl) contains the free call. I don't really see a good reason why this free is performed in the "wrong" class, so move it into StringMapImpl.
parent
b1c958e5
Please register or sign in to comment