Changeset b8909e164c63626771d3751e94d1c3f8e7af6c13
- Timestamp:
- 05/07/08 20:50:25
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210186225 +0300
- git-parent:
[d3d776685b767f1a4648d66e5ba00c495c69cb19]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210186225 +0300
- Message:
set_destructor has no need for the structure lock
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r38276a4 |
rb8909e1 |
|
| 308 | 308 | { |
|---|
| 309 | 309 | vlc_object_internals_t *p_priv = vlc_internals(p_this ); |
|---|
| 310 | | |
|---|
| 311 | | vlc_mutex_lock( &structure_lock ); |
|---|
| 312 | 310 | p_priv->pf_destructor = pf_destructor; |
|---|
| 313 | | vlc_mutex_unlock( &structure_lock ); |
|---|
| 314 | 311 | } |
|---|
| 315 | 312 | |
|---|