Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+3-3
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)