Tue Dec 12 12:13:01 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Make sure sample slon.conf has \n at end of last line
- Next message: [Slony1-commit] By cbbrowne: Needed PQclear(res2) - per memory leak report by X-Fade
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Needed PQclear(res2) - per memory leak report by X-Fade
Modified Files:
--------------
slony1-engine/src/slon:
remote_worker.c (r1.130 -> r1.131)
-------------- next part --------------
Index: remote_worker.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.130 -r1.131
--- src/slon/remote_worker.c
+++ src/slon/remote_worker.c
@@ -2741,6 +2741,7 @@
archive_terminate(node);
return -1;
}
+ PQclear(res2);
}
/* Request an exclusive lock on each table
@@ -2762,6 +2763,7 @@
archive_terminate(node);
return -1;
}
+ PQclear(res2);
}
PQclear(res1);
- Previous message: [Slony1-commit] By cbbrowne: Make sure sample slon.conf has \n at end of last line
- Next message: [Slony1-commit] By cbbrowne: Needed PQclear(res2) - per memory leak report by X-Fade
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list