error checking

This commit is contained in:
David Anderson
2004-04-03 01:04:57 +00:00
parent 1f178b916f
commit 23bea839da
2 changed files with 20 additions and 3 deletions

View File

@ -112,8 +112,6 @@ public:
destroy(v.user);
destroy(v.pass);
destroy(v.name);
destroy(v.cn);
destroy(v.res);
v.row = 0;
free = true;
}
@ -133,8 +131,9 @@ public:
close();
}
bool free;
private:
pgs *next;
bool free;
int id;
};