projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e81628
)
Fix typo in recent SSL unload patch.
author
Bruce Momjian
Thu, 4 Dec 2008 02:52:31 +0000
(
02:52
+0000)
committer
Bruce Momjian
Thu, 4 Dec 2008 02:52:31 +0000
(
02:52
+0000)
Kris Jurka
src/interfaces/libpq/fe-secure.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-secure.c
b/src/interfaces/libpq/fe-secure.c
index 8c4c463bea2b47e20297f60564867dcdd16da2dc..6e421b92d97a161384951ea81909c1ff087daabb 100644
(file)
--- a/
src/interfaces/libpq/fe-secure.c
+++ b/
src/interfaces/libpq/fe-secure.c
@@
-11,7
+11,7
@@
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.11
1 2008/12/03 20:04:26 mha
Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.11
2 2008/12/04 02:52:31 momjian
Exp $
*
* NOTES
*
@@
-918,8
+918,8
@@
destroy_ssl_system(void)
* This means we leak a little memory on repeated load/unload
* of the library.
*/
- free(pqlockarray);
- pqlockarray = NULL;
+ free(pq
_
lockarray);
+ pq
_
lockarray = NULL;
}
}