forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd379659
committed
Further fix thinko in plpgsql memory leak fix.
There's a second call of get_eval_mcontext() that should also beget_stmt_mcontext(). This is actually dead code, since nointeresting allocations happen before switching back to theoriginal context, but we should keep it in sync with the othercall to forestall possible future bugs.Discussion:https://postgr.es/m/f075f7be-c654-9aa8-3ffc-e9214622f02a@enterprisedb.com1 parentfd1347f commitd379659
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2259 | 2259 |
| |
2260 | 2260 |
| |
2261 | 2261 |
| |
2262 |
| - | |
| 2262 | + | |
2263 | 2263 |
| |
2264 | 2264 |
| |
2265 | 2265 |
| |
|
0 commit comments
Comments
(0)