diff --git a/imagededup/handlers/search/brute_force_cython_ext.cpp b/imagededup/handlers/search/brute_force_cython_ext.cpp index 0c97881..f68d2d5 100644 --- a/imagededup/handlers/search/brute_force_cython_ext.cpp +++ b/imagededup/handlers/search/brute_force_cython_ext.cpp @@ -6019,7 +6019,6 @@ __Pyx_CyFunction_get_is_coroutine_value(__pyx_CyFunctionObject *op) { PyList_SET_ITEM(fromlist, 0, marker); #else if (unlikely(PyList_SetItem(fromlist, 0, marker) < 0)) { - Py_DECREF(marker); Py_DECREF(fromlist); return NULL; }