[mythtv-commits] [MythTV/mythtv] aab969: Fix recently introduced crash in subtitle code.

linuxdude42 noreply at github.com
Tue Apr 16 17:40:52 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/MythTV/mythtv
  Commit: aab969547c111f0b904f06546e93f12ec34512b7
      https://github.com/MythTV/mythtv/commit/aab969547c111f0b904f06546e93f12ec34512b7
  Author: David Hampton <mythtv at love2code.net>
  Date:   2019-04-16 (Tue, 16 Apr 2019)

  Changed paths:
    M mythtv/libs/libmythtv/subtitlescreen.cpp

  Log Message:
  -----------
  Fix recently introduced crash in subtitle code.

This fix reverts commit 44431bf744.  The memory leak that clang
pointed out isn't a true memory leak.  That object has already been
added to a list in its base class constructor, and is freed when the
subtitle object is destroyed.




More information about the mythtv-commits mailing list