[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:41:54 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=d164180
The following commit has been merged in the master branch:
commit d164180d652eef3c1a3f7862112e3aae70955680
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Aug 24 15:54:05 2010 +0000
Bugfix (Matthias Baas)
---
src/types.cpp | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/types.cpp b/src/types.cpp
index 7597529..3ec5e1a 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -152,8 +152,10 @@ namespace Exiv2 {
{
if (size > size_) {
delete[] pData_;
- size_ = size;
+ pData_ = 0;
+ size_ = 0;
pData_ = new byte[size];
+ size_ = size;
}
}
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list