1. 07 Oct, 2017 1 commit
    • Igor Wodiany's avatar
      Fix a memory leak in the Mat copying constructor · b638aa74
      Igor Wodiany authored
      Exception may be rasied inside the body of a copying constructor after
      refcount has been increased, and beacause in the case of the exception
      destrcutor is never called what causes memory leak. This commit adds a
      workaround that calls the release() function before the exception is
      thrown outside the contructor.
      b638aa74
  2. 06 Oct, 2017 9 commits
  3. 05 Oct, 2017 13 commits
  4. 04 Oct, 2017 5 commits
  5. 02 Oct, 2017 12 commits