mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
|
--- src/msql/msqldb.c.ORG Wed Oct 23 19:19:06 1996
|
||
|
+++ src/msql/msqldb.c Wed Oct 23 19:20:51 1996
|
||
|
@@ -1398,6 +1398,9 @@
|
||
|
safeFree(entry->rowBuf);
|
||
|
safeFree(entry->keyBuf);
|
||
|
entry->def = NULL;
|
||
|
+ *(entry->DB) = 0;
|
||
|
+ *(entry->table) = 0;
|
||
|
+ entry->age = 0;
|
||
|
}
|
||
|
|
||
|
/*
|