commit | cbe7e7c9cbd39d864588c5cf2436690634562d3f | [log] [tgz] |
---|---|---|
author | Christopher Dunn <cdunn2001@gmail.com> | Sun Mar 15 13:49:24 2015 -0500 |
committer | Christopher Dunn <cdunn2001@gmail.com> | Sun Mar 15 13:49:24 2015 -0500 |
tree | ee7f1003afa2ebf1129a7b168f301a752431d08f | |
parent | 951bd3d05d13504dce19e7645701ce84954e353d [diff] | |
parent | be183def8f83979bee3f2468743b691d73fffe0f [diff] |
Merge pull request #221 from btolfa/forgotten-virtual-dtor Added forgotten virtual dtor for `Json::CharReader::Factory`. (Without this, the destructor of the derived `CharReaderBuilder` would not be called, which is a small memory leak.)