Browse Source

Don't decrement refcount with PyList_SetItem().

tags/v0.3
Ben Kurtovic 10 years ago
parent
commit
41d66a4a7f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      mwparserfromhell/parser/tokenizer.c

+ 0
- 1
mwparserfromhell/parser/tokenizer.c View File

@@ -1870,7 +1870,6 @@ Tokenizer_handle_single_tag_end(Tokenizer* self)
Py_DECREF(token);
return NULL;
}
Py_DECREF(token);
return Tokenizer_pop(self);
}



Loading…
Cancel
Save