提交 e320e4e6 编写于 作者: S Stefano Fabri

Linking doesn't find deallocate()

上级 80c1aecf
......@@ -378,7 +378,8 @@ inline void Mat::addref()
inline void Mat::release()
{
if( refcount && CV_XADD(refcount, -1) == 1 )
deallocate();
//deallocate();
fastFree(datastart);
data = datastart = dataend = datalimit = 0;
size.p[0] = 0;
refcount = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册