Skip to content

Commit 98be3b4

Browse files
committed
Fix typo in recent SSL unload patch.
Kris Jurka
1 parent 4e81628 commit 98be3b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/interfaces/libpq/fe-secure.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.111 2008/12/03 20:04:26 mha Exp $
14+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.112 2008/12/04 02:52:31 momjian Exp $
1515
*
1616
* NOTES
1717
*
@@ -918,8 +918,8 @@ destroy_ssl_system(void)
918918
* This means we leak a little memory on repeated load/unload
919919
* of the library.
920920
*/
921-
free(pqlockarray);
922-
pqlockarray = NULL;
921+
free(pq_lockarray);
922+
pq_lockarray = NULL;
923923
}
924924
}
925925

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy