Skip to content

Commit 37153b2

Browse files
committed
Fix another leak
1 parent 28f279a commit 37153b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

astrometry_extension/astrometry_extension.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ static PyObject* astrometry_extension_solver_solve(PyObject* self, PyObject* arg
616616
columns,
617617
logging);
618618
PyDict_SetItem(stars, key, star);
619+
Py_DECREF(star);
619620
}
620621
PyTuple_SET_ITEM(match_stars, star_id_index, key);
621622
}

0 commit comments

Comments
 (0)