Changeset a9143cdb2ec19484bb2b2e3a459ec86a0f423318

Show
Ignore:
Timestamp:
13/10/07 13:14:17 (1 year ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1192274057 +0000
git-parent:

[b7bcf274c97784f22eedb37a591c432cd5d18572]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1192274057 +0000
Message:

Release shared objects when not debugging, not the other way around

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/modules/modules.c

    r03272d2 ra9143cd  
    15191519 
    15201520#elif defined(HAVE_DL_DLOPEN) 
    1521 # ifndef NDEBUG 
     1521# ifdef NDEBUG 
    15221522    dlclose( handle ); 
    15231523# endif