We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e81628 commit 98be3b4Copy full SHA for 98be3b4
src/interfaces/libpq/fe-secure.c
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.111 2008/12/03 20:04:26 mha Exp $
+ * $PostgreSQL: pgsql/src/interfaces/libpq/fe-secure.c,v 1.112 2008/12/04 02:52:31 momjian Exp $
15
16
* NOTES
17
@@ -918,8 +918,8 @@ destroy_ssl_system(void)
918
* This means we leak a little memory on repeated load/unload
919
* of the library.
920
*/
921
- free(pqlockarray);
922
- pqlockarray = NULL;
+ free(pq_lockarray);
+ pq_lockarray = NULL;
923
}
924
925
0 commit comments