View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017231 | Scribus | Scripter | public | 2024-06-04 21:24 | 2024-09-16 20:54 |
Reporter | jghali | Assigned To | jghali | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.6.2.svn | ||||
Fixed in Version | 1.6.2.svn | ||||
Summary | 0017231: Memory leaks when parsing script functions arguments | ||||
Description | According to https://docs.python.org/3/c-api/arg.html, string buffers we get from PyArg_ParseTuple() and PyArg_ParseTupleAndKeywords() when requesting "es" format have to be freed using PyMem_Free. At the moment, these strings buffers are almost never freed. | ||||
Tags | No tags attached. | ||||
Patch | No | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2024-06-04 21:24 | jghali | New Issue | |
2024-06-04 21:24 | jghali | Status | new => assigned |
2024-06-04 21:24 | jghali | Assigned To | => jghali |
2024-06-04 21:44 | jghali | Status | assigned => resolved |
2024-06-04 21:44 | jghali | Resolution | open => fixed |
2024-06-04 21:44 | jghali | Fixed in Version | => 1.6.2.svn |
2024-09-16 20:54 | cbradney | Status | resolved => closed |