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

FFmpeg trac at avcodec.org
Mon Oct 29 09:37:16 CET 2012


#1861: av_lockmgr_register doesn't destroy the mutex
-------------------------------------+-------------------------------------
             Reporter:  John         |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  critical     |                Component:  avutil
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
  av_lockmgr_register                |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by heleppkes):

 At which point would you expect the mutex to be destroyed?
 From that log, it seems you only call the register function once, it
 creates the two mutex objects it uses, and then just locks/unlocks them.
 It would only destroy them once you call it again.

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


More information about the FFmpeg-trac mailing list