Skip to content

Commit 09436df

Browse files
committed
Merge pull request opencv#9175 from alalek:issue_9169
2 parents c0dc2f2 + acc8589 commit 09436df

File tree

1 file changed

+1
-1
lines changed
  • modules/core/include/opencv2/core

1 file changed

+1
-1
lines changed

modules/core/include/opencv2/core/mat.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ class CV_EXPORTS Mat
14681468
*/
14691469
void release();
14701470

1471-
//! deallocates the matrix data
1471+
//! internal use function, consider to use 'release' method instead; deallocates the matrix data
14721472
void deallocate();
14731473
//! internal use function; properly re-allocates _size, _step arrays
14741474
void copySize(const Mat& m);

0 commit comments

Comments
 (0)