]> granicus.if.org Git - taglib/commit
Reduce duplicate code between String::ctor() and operator=().
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 18 Nov 2015 05:03:45 +0000 (14:03 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Wed, 18 Nov 2015 05:03:45 +0000 (14:03 +0900)
commit1caaa8a0209b72d561e9b864e26fd5f50349332d
treeae4940ee40899cca1389b44b32da80b1a3bbf74f
parenta533b9c66575fa278345fb8362c047185c0f7699
Reduce duplicate code between String::ctor() and operator=().

It's safer to have only one pair of ref()/deref() than to have a several pairs.
taglib/toolkit/tstring.cpp
taglib/toolkit/tstring.h