[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:45:13 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a69026c
The following commit has been merged in the master branch:
commit a69026c911ff272c6f44721248d0b2ab0a7de32b
Author: Robin Mills <robin at clanmills.com>
Date: Tue Apr 28 14:44:47 2015 +0000
CID 1296109
---
include/exiv2/basicio.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exiv2/basicio.hpp b/include/exiv2/basicio.hpp
index ea01fc3..aef1119 100644
--- a/include/exiv2/basicio.hpp
+++ b/include/exiv2/basicio.hpp
@@ -866,7 +866,7 @@ namespace Exiv2 {
//! @name Creators
//@{
//! Default constructor. the init status of the block is bNone.
- BlockMap():type_(bNone), data_(NULL) {}
+ BlockMap():type_(bNone), data_(NULL),size_(0) {}
//! Destructor. Releases all managed memory.
virtual ~BlockMap() {
if (data_) {std::free(data_); data_ = NULL;}
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list