- Notifications
You must be signed in to change notification settings - Fork28
Commite69b8d4
committed
Fix memory leak in relcache handling of rules: allocate rule parsetrees
in per-entry sub-memory-context, where they were supposed to go, ratherthan in CacheMemoryContext where the code was putting them. Must'vesuffered a severe brain fade when I wrote this :-(1 parentca88243 commite69b8d4
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
881 | 881 |
| |
882 | 882 |
| |
883 | 883 |
| |
884 |
| - | |
| 884 | + | |
885 | 885 |
| |
886 | 886 |
| |
887 | 887 |
| |
| |||
893 | 893 |
| |
894 | 894 |
| |
895 | 895 |
| |
896 |
| - | |
| 896 | + | |
897 | 897 |
| |
898 | 898 |
| |
899 | 899 |
| |
|
0 commit comments
Comments
(0)