Skip to content

Commit e10f4d4

Browse files
comment didn't make sense
1 parent 2750ec2 commit e10f4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cc/core/Mat.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ NAN_METHOD(Mat::New) {
175175
}
176176
self->Wrap(info.Holder());
177177

178-
// if ExternalMemTracking, the following instruction will be a no op
178+
// if ExternalMemTracking is disabled, the following instruction will be a no op
179179
// notes: I *think* New should be called in JS thread where cv::mat has been created async,
180180
// so a good place to rationalise memory
181181
ExternalMemTracking::onMatAllocated();

0 commit comments

Comments
 (0)