projects
/
pgpool1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10eb4fb
)
Fix double free bug in the previous commit
author
Tatsuo Ishii
<ishii at sraoss.co.jp>
Fri, 24 Mar 2006 12:37:24 +0000
(12:37 +0000)
committer
Tatsuo Ishii
<ishii at sraoss.co.jp>
Fri, 24 Mar 2006 12:37:24 +0000
(12:37 +0000)
child.c
patch
|
blob
|
blame
|
history
diff --git
a/child.c
b/child.c
index b7ff2d1715a047fb5543b5712b616a7f894842d3..dddcd1c253eee00a8e3bc2dbbdd1cdb337f69b71 100644
(file)
--- a/
child.c
+++ b/
child.c
@@
-250,9
+250,6
@@
void do_child(int unix_fd, int inet_fd)
backend->slots[1]->sp = sp;
}
- /* we don't need Startup Packet info anymore */
- pool_free_startup_packet(sp);
-
/* reuse existing connection to backend */
if (pool_do_reauth(frontend, backend))