Changeset 842 in SHVCSoftware for branches/SHM-dev/source/Lib


Ignore:
Timestamp:
26 Jul 2014, 00:50:06 (11 years ago)
Author:
seregin
Message:

memory release fix for AVC BL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibEncoder/TEncGOP.cpp

    r841 r842  
    21142114      }
    21152115#endif
     2116
     2117      if( pcSubstreamsOut )
     2118      {
     2119        delete[] pcSubstreamsOut;
     2120        pcSubstreamsOut = NULL;
     2121      }
     2122
     2123      if( pcBitstreamRedirect )
     2124      {
     2125        delete pcBitstreamRedirect;
     2126        pcBitstreamRedirect = NULL;
     2127      }
     2128
    21162129      return;
    21172130    }
Note: See TracChangeset for help on using the changeset viewer.