]> granicus.if.org Git - strace/commit
unwind: delete mmap cache in free_libunwind_ui
authorMasatake YAMATO <yamato@redhat.com>
Wed, 16 Apr 2014 06:33:01 +0000 (15:33 +0900)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 30 May 2014 22:30:07 +0000 (22:30 +0000)
commit7721499fc7ea15cbf2f7d4f89c9502e325b451fc
tree9f56c0b47ec17792f30df872bb2a2e88097d7d44
parentb65042fbdb576d13e9bb57c21a890539cab25c43
unwind: delete mmap cache in free_libunwind_ui

free_libunwind_ui is expected to release all unwind related resources
attached to tcp.

* strace.c (droptcb): Move delete_mmap_cache call ...
* unwind.c (free_libunwind_ui): ... to here.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
strace.c
unwind.c