Tom Tromey wrote: > > Phil> + old_chain = make_cleanup (xfree_gdb_byte, buffer); > > ... and you can just s/xfree_gdb_byte/free_current_contents/ here. > > It is ok with that change. Thanks. > > Tom > Done. I attached the modified patch for reference.