Tue Dec 5 02:16:07 PST 2006
- Previous message: [Slony1-commit] By devrim: Patch from Hiroshi: I have been receiving the problem of the
- Next message: [Slony1-commit] By xfade: Fix a small leak by freeing the logshipping query too.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fix a small leak by freeing the logshipping query too.
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/src/slon:
remote_worker.c (r1.124.2.5 -> r1.124.2.6)
-------------- next part --------------
Index: remote_worker.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.124.2.5
retrieving revision 1.124.2.6
diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.124.2.5 -r1.124.2.6
--- src/slon/remote_worker.c
+++ src/slon/remote_worker.c
@@ -4850,6 +4850,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 devrim: Patch from Hiroshi: I have been receiving the problem of the
- Next message: [Slony1-commit] By xfade: Fix a small leak by freeing the logshipping query too.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list