Tue Dec 5 02:17:51 PST 2006
- Previous message: [Slony1-commit] By xfade: Fix a small leak by freeing the logshipping query too.
- Next message: [Slony1-commit] By cbbrowne: Added release note items for patches up to 2006-12-05
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix a small leak by freeing the logshipping query too.
Modified Files:
--------------
slony1-engine/src/slon:
remote_worker.c (r1.128 -> r1.129)
-------------- next part --------------
Index: remote_worker.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.128 -r1.129
--- src/slon/remote_worker.c
+++ src/slon/remote_worker.c
@@ -4847,6 +4847,7 @@
* Good job!
*/
dstring_free(&query);
+ dstring_free(&lsquery);
gettimeofday(&tv_now, NULL);
slon_log(SLON_DEBUG2, "remoteWorkerThread_%d: SYNC "
INT64_FORMAT " done in %.3f seconds\n",
- Previous message: [Slony1-commit] By xfade: Fix a small leak by freeing the logshipping query too.
- Next message: [Slony1-commit] By cbbrowne: Added release note items for patches up to 2006-12-05
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list