We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb1af4 commit 32338b3Copy full SHA for 32338b3
matlab/src/cpp/arrow/matlab/c/proxy/array.cc
@@ -39,6 +39,7 @@ namespace arrow::matlab::c::proxy {
39
Array::~Array() {
40
if (arrowArray && arrowArray->released != nullptr) {
41
arrowArray->release(arrowArray.get());
42
+ arrowArray->release = nullptr;
43
}
44
45
@@ -54,5 +55,5 @@ namespace arrow::matlab::c::proxy {
54
55
context.outputs[0] = factory.createScalar(address);
56
57
58
+} // namespace arrow::matlab::c::proxy
59
-} // namespace arrow::matlab::c::proxy
0 commit comments