From dbcf60b2c314521ab809d50d228c0c98ce8f6915 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 5 Aug 2013 22:37:39 +0200 Subject: coverity fixes --- python/tarfile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tarfile.cc') diff --git a/python/tarfile.cc b/python/tarfile.cc index bd903b57..920f032e 100644 --- a/python/tarfile.cc +++ b/python/tarfile.cc @@ -56,7 +56,7 @@ public: unsigned long Size,unsigned long Pos); PyDirStream(PyObject *callback, const char *member=0) : callback(callback), - py_data(0), member(member), error(false), copy(0) + py_data(0), member(member), error(false), copy(0), copy_size(0) { Py_XINCREF(callback); } -- cgit v1.2.3