Ignore:
Timestamp:
12 Jun 2013, 14:01:34 (12 years ago)
Author:
tech
Message:

Fixed some minor memory leaks.

Location:
branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder/TAppDecTop.cpp

    r464 r465  
    9595    m_pchReconFile = NULL;
    9696  }
     97#if H_3D_FIX
     98  if (m_pchScaleOffsetFile)
     99  {
     100    free (m_pchScaleOffsetFile);
     101    m_pchScaleOffsetFile = NULL;
     102  }
     103#endif
    97104}
    98105
  • branches/HTM-DEV-0.3-dev2a/source/App/TAppDecoder/TAppDecTop.h

    r464 r465  
    9191  Void  decode            (); ///< main decoding function
    9292 
    93 #if H_3D_ARP
     93#if H_3D_ARP             
     94//GT (IVREFS): This is not needed any more. Reference picture can be obtained from m_ivPicLists. Should be fixed later.
    9495  TDecTop* getTDecTop     ( Int layerId )          { return m_tDecTop[layerId]; }
    9596#endif
Note: See TracChangeset for help on using the changeset viewer.