[MXS-166] Memory leak when creating a new event Created: 2015-05-21 Updated: 2015-05-27 Resolved: 2015-05-26 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.1.0 |
| Fix Version/s: | 1.2.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
Executing the following:
causes a memory leak when the query is parsed. Attached is the valgrind output. |
| Comments |
| Comment by markus makela [ 2015-05-26 ] |
|
Added a call to thd->end_statement in parsing_info_done. |