Fix double free bug in the previous commit
authorTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 24 Mar 2006 12:37:24 +0000 (12:37 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Fri, 24 Mar 2006 12:37:24 +0000 (12:37 +0000)
child.c

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))