Skip to content

Commit

Permalink
Fix bad decref in Code.operator repr
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed Jan 12, 2025
1 parent 0f0791c commit a98c642
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deemon/execute/code.c
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,6 @@ code_printrepr(DeeCodeObject *__restrict self,
DO(DeeFormat_PRINT(printer, arg, ", "));
ob = self->co_constv[i];
temp = DeeFormat_PrintObjectRepr(printer, arg, ob);
Dee_Decref_unlikely(ob);
if unlikely(temp < 0)
goto err;
result += temp;
Expand Down

0 comments on commit a98c642

Please sign in to comment.