]> granicus.if.org Git - p11-kit/commit
Do not deinitialize libffi's wrapper functions
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 24 Jun 2015 14:08:42 +0000 (16:08 +0200)
committerStef Walter <stefw@redhat.com>
Mon, 29 Jun 2015 11:49:10 +0000 (13:49 +0200)
commitec8a291efb87f1751a18c7e023a67232c15a4ef2
treed7a4f9b1f6fcfa797880df34fd0fa5e1a8b19a7d
parentc9095cb154cfd9937332b1a980316d10a9655d51
Do not deinitialize libffi's wrapper functions

Libffi uses shared memory to store them, and a deallocation
in a child will cause issues for the parent or vice versa.

Signed-off-by: Stef Walter <stefw@redhat.com>
 * Use #if to comment out code, avoid compiler warnings
p11-kit/virtual.c