Commit d09333aa authored by Neal Norwitz's avatar Neal Norwitz

Fix refleak

parent f9b50e19
......@@ -881,6 +881,7 @@ r_object(RFILE *p)
v = NULL;
break;
}
Py_DECREF(v2);
}
retval = v;
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment