Fix typo in recent SSL unload patch.
authorBruce Momjian <bruce@momjian.us>
Thu, 4 Dec 2008 02:52:31 +0000 (02:52 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 4 Dec 2008 02:52:31 +0000 (02:52 +0000)
Kris Jurka

src/interfaces/libpq/fe-secure.c

index daad0f16142d1328431bcb062810f4be854587e6..36cec88d405d08107730c73966080aed07935502 100644 (file)
@@ -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;
                }
        }