[MCOL-1153] Small memory leak in mcsapi Created: 2018-01-10 Updated: 2023-10-26 Resolved: 2018-01-12 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.1.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Jens Röwekamp (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-01 |
| Description |
|
mcsapi will leak the allocations for system catalogue column metadata. |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-01-11 ] |
|
Patch cleans up properly. For QA: you could run valgrind --leak-check=full against one of the test cases to confirm. |
| Comment by Jens Röwekamp (Inactive) [ 2018-01-12 ] |
|
Checked test dataconvert-double with valgrind --leak-check=full. Before patch one error occurred, after patch no memory leakage was found. |