Files
cpython/Modules
Neal Norwitz 93f2ca1f85 Check the allocation of b_objects and return if there was a failure.
Also fix a few memory leaks in other failure scenarios.

It seems that if b_objects == Py_None, we will have an extra ref to
b_objects.  Add XXX comment so hopefully someone documents why the
else isn't necessary or adds it in.

Reported by Klocwork #20
2006-07-23 07:55:55 +00:00
..
2006-02-27 17:20:04 +00:00
2006-05-10 06:57:58 +00:00
2006-06-12 03:05:40 +00:00
2006-06-11 05:45:25 +00:00
2006-05-13 23:33:19 +00:00
2006-07-12 05:26:35 +00:00
2006-05-29 13:53:16 +00:00
2006-05-29 22:00:30 +00:00
2006-04-22 11:15:41 +00:00
2006-04-22 01:58:40 +00:00
2006-06-12 03:05:40 +00:00
2006-06-13 16:06:55 +00:00