Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit98be3b4

Browse files
committed
Fix typo in recent SSL unload patch.
Kris Jurka
1 parent4e81628 commit98be3b4

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)

[8]ページ先頭

©2009-2025 Movatter.jp