[FFmpeg-trac] #1861(avutil:new): av_lockmgr_register doesn't destroy the mutex

FFmpeg trac at avcodec.org
Mon Oct 29 09:31:25 CET 2012


#1861: av_lockmgr_register doesn't destroy the mutex
-------------------------------------+-------------------------------------
             Reporter:  John         |                     Type:  defect
               Status:  new          |                 Priority:  critical
            Component:  avutil       |                  Version:  git-
             Keywords:               |  master
  av_lockmgr_register                |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Hello,
 av_lockmgr_register doesn't invoke callBack function with AV_LOCK_DESTROY
 after using a mutex;
 log:


 Create a mutex
 Create a mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex
 Lock the mutex
 Unlock the mutex

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1861>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list