View Issue Details

IDProjectCategoryView StatusLast Update
0017231ScribusScripterpublic2024-06-04 21:44
Reporterjghali Assigned Tojghali  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version1.6.2.svn 
Fixed in Version1.6.2.svn 
Summary0017231: Memory leaks when parsing script functions arguments
DescriptionAccording 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.
TagsNo tags attached.
PatchNo

Activities

There are no notes attached to this issue.

Issue History

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