Skip to content
  • Rémi Denis-Courmont's avatar
    picture: factor freeing picture_t · e6f89b02
    Rémi Denis-Courmont authored
    Due to private members, manually allocating a picture has not been
    possible for a while. So we can assume that all picture_t are allocated
    with either picture_NewFromResource() or picture_NewFromFormat().
    And we can then just factor the final free() call.
    e6f89b02