forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1bbf870
committed
It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().
Therefore we must xmlCleanupParser(), or we risk leaving behinddangling pointers to whatever memory context is current when xml_init()is called. This seems to fix bug #3860, though we might still wantthe more invasive solution being worked on by Alvaro.1 parent5217663 commit1bbf870
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
| 961 | + | |
| 962 | + | |
| 963 | + | |
961 | 964 |
| |
962 | 965 |
| |
963 | 966 |
| |
|
0 commit comments
Comments
(0)