Skip to content

Commit 2c35fde

Browse files
authored
1 parent c758b81 commit 2c35fde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/pybind11/pybind11.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2759,7 +2759,6 @@ get_type_override(const void *this_ptr, const type_info *this_type, const char *
27592759
PyObject *self_arg = PyTuple_GET_ITEM(co_varnames, 0);
27602760
Py_DECREF(co_varnames);
27612761
PyObject *self_caller = dict_getitem(locals, self_arg);
2762-
Py_DECREF(locals);
27632762
if (self_caller == self.ptr()) {
27642763
Py_DECREF(f_code);
27652764
Py_DECREF(frame);

0 commit comments

Comments
 (0)