Each call to enif_map_iterator_create() must be paired with a call to enif_map_iterator_destroy(). Otherwise, we'll leak memory. Fixes #112