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

Fixed some minor memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2a/source/Lib/TLibDecoder/TDecTop.cpp

    r464 r465  
    5555  m_aaiCodedScale          = new Int* [ MAX_NUM_LAYERS ];
    5656  m_aiViewId               = new Int  [ MAX_NUM_LAYERS ];
     57#if !H_3D_FIX 
    5758  m_aiLayerIdx             = new Int  [ MAX_NUM_LAYERS ];
     59#endif
    5860
    5961  m_bViewReceived          = new Bool [ MAX_NUM_LAYERS ];
     
    899901        if( iViewIdx<getViewIndex() && !bIsDepth )
    900902        {
     903          //GT (IVREFS): m_tAppDecTop is not needed any more. Reference pictures can be obtained from m_ivPicLists. Should be fixed later.
    901904          pcSlice->setBaseViewRefPicList( m_tAppDecTop->getTDecTop(iLayerId)->getListPic(), iViewIdx );
    902905        }
Note: See TracChangeset for help on using the changeset viewer.