2010-05-17 Michael Snyder <msnyder@vmware.com>
* python/py-auto-load.c: White space. * python/py-block.c: White space. * python/py-breakpoint.c: White space. * python/py-cmd.c: White space. * python/py-function.c: White space. * python/py-lazy-string.c: White space. * python/py-objfile.c: White space. * python/py-param.c: White space. * python/py-prettyprint.c: White space. * python/py-progspace.c: White space. * python/py-symtab.c: White space. * python/python.c: White space. * python/py-type.c: White space. * python/py-utils.c: White space. * python/py-value.c: White space.
This commit is contained in:
parent
102040f0d0
commit
d59b6f6c38
16 changed files with 82 additions and 3 deletions
|
@ -259,6 +259,7 @@ static void
|
|||
blpy_block_syms_dealloc (PyObject *obj)
|
||||
{
|
||||
block_syms_iterator_object *iter_obj = (block_syms_iterator_object *) obj;
|
||||
|
||||
Py_XDECREF (iter_obj->source);
|
||||
}
|
||||
|
||||
|
@ -300,6 +301,7 @@ static void
|
|||
del_objfile_blocks (struct objfile *objfile, void *datum)
|
||||
{
|
||||
block_object *obj = datum;
|
||||
|
||||
while (obj)
|
||||
{
|
||||
block_object *next = obj->next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue