This commit is contained in:
Simon Hailes 2017-11-12 16:48:08 +00:00
parent 96d0eb8824
commit 9316a01f03

View File

@ -3051,7 +3051,7 @@ NAN_METHOD(Matrix::GetrefCount) {
}
#else
if (self->mat.refcount){
refcount = *self->mat.refcount);
refcount = *(self->mat.refcount);
} else {
refcount = -1;
}