Skip to content
  • David's avatar
    macosx: fix rare crash in VLCTimeField · fd21eb02
    David authored
    initWithFrame: is not always the designated initializer, thus the
    object got improperly initialized. Use default initialization and
    simplify code.
    fd21eb02