Patch level : 12.0 nopatch

Files correlati     : 

Corretto test nella requery

git-svn-id: svn://10.65.10.50/branches/R_10_00@23490 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
bonazzi 2017-01-04 16:31:47 +00:00
parent 927316c2bf
commit 02ea84247d

View File

@ -1623,7 +1623,7 @@ void TISAM_recordset::reset()
void TISAM_recordset::requery()
{
if (_cursor == NULL || not_frozen())
if (_cursor != NULL)
{
SAFE_DELETE(_cursor);
SAFE_DELETE(_relation);