fix py-value.c
authorTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:18:54 +0000 (17:18 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 30 May 2013 17:18:54 +0000 (17:18 +0000)
commitedefe1dab2efc4cd0c9f3ee448a1ff3745705554
tree5680a8a55e411fa28a753db9376de646685a2985
parent54f72dcc36781bdb55aa8347635577219c9230a0
fix py-value.c

Some code in py-value.c could exit a loop without running some
cleanups made in the loop.

* python/py-value.c (valpy_binop): Call do_cleanups before
exiting loop.
gdb/ChangeLog
gdb/python/py-value.c