Skip to content
  • Kohei Yoshida's avatar
    CID#191665: Resource leak (RESOURCE_LEAK) · 4b986374
    Kohei Yoshida authored
    The code loaded dynamic modules via dlopen() but it would never
    unload them properly via corresponding dlclose().  This change will
    hopefully address this.
    
    Unfortunately this change will require an API change, thus bumping
    up the API version.
    4b986374