Commit dadb358
Ethan A Merritt
prevent double-free error caused by redundant contour label font
The font used for contour labels is taken from 'set cntrlabel font'.
For some reason providing an explicit font in the splot command
causes a double-free during cleanup. Since this font would not be
used anyway, clear it before it can cause any damage.
Bug #21541 parent 2d86ea9 commit dadb358
2 files changed
+10
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1439 | 1439 | | |
1440 | 1440 | | |
1441 | 1441 | | |
1442 | | - | |
1443 | 1442 | | |
1444 | 1443 | | |
1445 | 1444 | | |
| |||
2153 | 2152 | | |
2154 | 2153 | | |
2155 | 2154 | | |
| 2155 | + | |
2156 | 2156 | | |
2157 | 2157 | | |
2158 | 2158 | | |
| |||
2162 | 2162 | | |
2163 | 2163 | | |
2164 | 2164 | | |
| 2165 | + | |
2165 | 2166 | | |
2166 | 2167 | | |
2167 | 2168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2020 | 2020 | | |
2021 | 2021 | | |
2022 | 2022 | | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
| 2030 | + | |
2023 | 2031 | | |
2024 | 2032 | | |
2025 | 2033 | | |
| |||
2695 | 2703 | | |
2696 | 2704 | | |
2697 | 2705 | | |
2698 | | - | |
2699 | | - | |
2700 | 2706 | | |
2701 | 2707 | | |
2702 | 2708 | | |
| |||
0 commit comments