- Notifications
You must be signed in to change notification settings - Fork5
Commitf59b05c
committed
Ensure that any memory leaked during an error inside the bgwriter is
recovered. I did not see any actual leak while testing this in CVS tip,but 8.0 definitely has a problem with leaking the space temporarilypalloc'd by BufferSync(). In any case this seems a good idea to forestallsimilar problems in future. Per report from Arjen van der Meijden.1 parent9813fc1 commitf59b05c
1 file changed
+19
-2
lines changedLines changed: 19 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| 163 | + | |
163 | 164 |
| |
164 | 165 |
| |
165 | 166 |
| |
| |||
207 | 208 |
| |
208 | 209 |
| |
209 | 210 |
| |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
210 | 224 |
| |
211 | 225 |
| |
212 | 226 |
| |
| |||
247 | 261 |
| |
248 | 262 |
| |
249 | 263 |
| |
250 |
| - | |
| 264 | + | |
251 | 265 |
| |
252 | 266 |
| |
| 267 | + | |
| 268 | + | |
| 269 | + | |
253 | 270 |
| |
254 | 271 |
| |
255 | 272 |
| |
|
0 commit comments
Comments
(0)