Commit 617ca4e0 authored by Richard Berger's avatar Richard Berger
Browse files

Fixes coverity issue CID 179436

parent 06a4f47a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@ enum{NONE,INT,DOUBLE,STRING,PTR};

PythonImpl::PythonImpl(LAMMPS *lmp) : Pointers(lmp)
{
  ninput = noutput = 0;
  istr = NULL;
  ostr = NULL;
  format = NULL;
  length_longstr = 0;

  // pfuncs stores interface info for each Python function

  nfunc = 0;