Fri Aug 27 19:08:03 PDT 2004
- Previous message: [Slony1-commit] By darcyb: Remove un-initilized query4 Thanks
- Next message: [Slony1-commit] By darcyb: don't depend on system make rules to lex and yacc around
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix segfaults in cleanup due to freeing un-inited query4
Thanks madjesta for tracking this one down
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine/src/slon:
cleanup_thread.c (r1.13.2.2 -> r1.13.2.3)
-------------- next part --------------
Index: cleanup_thread.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/cleanup_thread.c,v
retrieving revision 1.13.2.2
retrieving revision 1.13.2.3
diff -Lsrc/slon/cleanup_thread.c -Lsrc/slon/cleanup_thread.c -u -w -r1.13.2.2 -r1.13.2.3
--- src/slon/cleanup_thread.c
+++ src/slon/cleanup_thread.c
@@ -42,7 +42,6 @@
SlonDString query1;
SlonDString query2;
SlonDString query3;
- SlonDString query4;
PGconn *dbconn;
PGresult *res;
PGresult *res2;
@@ -209,7 +208,6 @@
dstring_free(&query1);
dstring_free(&query2);
dstring_free(&query3);
- dstring_free(&query4);
/*
* Disconnect from the database
- Previous message: [Slony1-commit] By darcyb: Remove un-initilized query4 Thanks
- Next message: [Slony1-commit] By darcyb: don't depend on system make rules to lex and yacc around
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list