projects
/
psqlodbc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea62fb
)
Fix a crash bug thanks to Ryo Hattori.
author
Hiroshi Inoue
<inoue@tpf.co.jp>
Wed, 13 Nov 2002 02:48:07 +0000
(
02:48
+0000)
committer
Hiroshi Inoue
<inoue@tpf.co.jp>
Wed, 13 Nov 2002 02:48:07 +0000
(
02:48
+0000)
statement.c
patch
|
blob
|
blame
|
history
diff --git
a/statement.c
b/statement.c
index 836eea94878c41fe902787ef4497998134d18bd2..646d99fc3f33cce692e0b6decea56a43db61c40d 100644
(file)
--- a/
statement.c
+++ b/
statement.c
@@
-391,7
+391,7
@@
SC_Destructor(StatementClass *self)
int i;
for (i = 0; i < self->ntab; i++)
- if (self->ti[i])
;
+ if (self->ti[i])
free(self->ti[i]);
free(self->ti);