#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to