Skip to content

Commit

Permalink
App: [skip ci] fix memory leak (copied from master)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Nov 14, 2022
1 parent c63cb3d commit 7d9b344
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/App/PropertyLinks.cpp
Expand Up @@ -1034,7 +1034,6 @@ PyObject *PropertyLinkSub::getPyObject(void)
Py::Tuple tup(2);
Py::List list(static_cast<int>(_cSubList.size()));
if (_pcLinkSub) {
_pcLinkSub->getPyObject();
tup[0] = Py::asObject(_pcLinkSub->getPyObject());
for(unsigned int i = 0;i<_cSubList.size(); i++)
list[i] = Py::String(_cSubList[i]);
Expand Down

0 comments on commit 7d9b344

Please sign in to comment.