]> git.lyx.org Git - features.git/commit
Fix memory leak and assignment operator signature
authorGeorg Baum <baum@lyx.org>
Tue, 1 Jul 2014 20:13:54 +0000 (22:13 +0200)
committerGeorg Baum <baum@lyx.org>
Tue, 1 Jul 2014 20:17:07 +0000 (22:17 +0200)
commit0e8fea07057fe603d6967e8be9b76887f7b318ec
tree28d88758c98741667d01017ee623f926691fe9fc
parentc2de96d2edd98fd2de11876f6557ba1695693c87
Fix memory leak and assignment operator signature

The IconvProcessor assignment operator did not delete pimpl_ and used a
non-standard signature. If you want to know why the standard signature is
important, read "Effective C++" by Scott Meyers.
src/support/unicode.cpp
src/support/unicode.h