Patch level : 12.0 no-patch
Files correlati : Commento : Inserite SAFE_DELETE
This commit is contained in:
parent
683725fd11
commit
8d408f4df2
@ -1496,7 +1496,7 @@ void TCursor::filter(
|
||||
if (filterchanged)
|
||||
{
|
||||
_filter = fil;
|
||||
SAFE_DELETE(_fexpr);
|
||||
safe_delete(_fexpr);
|
||||
_frefs.destroy();
|
||||
TTypeexp type = (_filter.find('"') >= 0) ? _strexpr : _numexpr;
|
||||
if (_filter.not_empty())
|
||||
|
Loading…
x
Reference in New Issue
Block a user