Changeset a9143cdb2ec19484bb2b2e3a459ec86a0f423318
- 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
| r03272d2 |
ra9143cd |
|
| 1519 | 1519 | |
|---|
| 1520 | 1520 | #elif defined(HAVE_DL_DLOPEN) |
|---|
| 1521 | | # ifndef NDEBUG |
|---|
| | 1521 | # ifdef NDEBUG |
|---|
| 1522 | 1522 | dlclose( handle ); |
|---|
| 1523 | 1523 | # endif |
|---|