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:
parent
927316c2bf
commit
02ea84247d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user