projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53de6aa
)
Fix typo in recent SSL unload patch.
author
Bruce Momjian
<bruce@momjian.us>
Thu, 4 Dec 2008 02:52:31 +0000
(
02:52
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
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 daad0f16142d1328431bcb062810f4be854587e6..36cec88d405d08107730c73966080aed07935502 100644
(file)
--- a/
src/interfaces/libpq/fe-secure.c
+++ b/
src/interfaces/libpq/fe-secure.c
@@
-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;
}
}