[mini] Provide a free function to the saved signal handler hash table.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 13 Sep 2016 11:18:10 +0000 (13:18 +0200)
committerRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 27 Sep 2016 10:35:14 +0000 (12:35 +0200)
commit14bb051f363ff2770a4ccf183b616d7cef3ddb4c
tree71d66243332160dda83044f71605a04e1fe2f6c2
parent4df88aea4b841eed9614455a8b71d4a446a44cc6
[mini] Provide a free function to the saved signal handler hash table.

This makes the cleanup code simpler, and also makes it easier to
replace saved signal handlers without having to worry about
leaking memory.
mono/mini/mini-posix.c