mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
mem leak
This commit is contained in:
parent
c9a3569416
commit
1253960407
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ static void
|
|||
reg_dealloc(re)
|
||||
regexobject *re;
|
||||
{
|
||||
XDEL(re->re_patbuf.buffer);
|
||||
XDECREF(re->re_translate);
|
||||
XDECREF(re->re_lastok);
|
||||
XDECREF(re->re_groupindex);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue