mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
DtSearch: fix a crash.
This commit is contained in:
parent
36ff969285
commit
9077b5fd85
1 changed files with 2 additions and 2 deletions
|
@ -386,10 +386,10 @@ d_close(void)
|
||||||
ctbl_free();
|
ctbl_free();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* termfree();
|
termfree();
|
||||||
key_close();
|
key_close();
|
||||||
sk_free();
|
sk_free();
|
||||||
dio_free(); */
|
dio_free();
|
||||||
}
|
}
|
||||||
if ( dbopen ) {
|
if ( dbopen ) {
|
||||||
setdb_on = FALSE;
|
setdb_on = FALSE;
|
||||||
|
|
Loading…
Reference in a new issue