bugfix: [ #3009 ] possible memory leak in Mathutils
fixed by patch [ #3013 ] patch for memleak in vector Submitted By: Ken Hughes (khughes)
This commit is contained in:
@@ -671,7 +671,7 @@ PyObject *newVectorObject(float *vec, int size, int type)
|
||||
}else{ //bad type
|
||||
return NULL;
|
||||
}
|
||||
return (PyObject *) EXPP_incr_ret((PyObject *)self);
|
||||
return (PyObject *) self;
|
||||
}
|
||||
|
||||
//#############################DEPRECATED################################
|
||||
|
||||
Reference in New Issue
Block a user