Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/ステージ/05.選曲/CActSelect曲リスト.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 564 by kairera0467, Thu Aug 11 05:44:38 2016 UTC revision 569 by kairera0467, Sun Jan 8 14:47:45 2017 UTC
# Line 716  namespace DTXMania Line 716  namespace DTXMania
716                  CDTXMania.t安全にDisposeする( ref this.stバー情報[ i ].txカスタムアーティスト名テクスチャ );                  CDTXMania.t安全にDisposeする( ref this.stバー情報[ i ].txカスタムアーティスト名テクスチャ );
717              }              }
718    
719              if( this.tx選択されている曲の曲名 != null )              CDTXMania.tテクスチャの解放( ref this.tx選択されている曲の曲名 );
720              {              CDTXMania.tテクスチャの解放( ref this.tx選択されている曲のアーティスト名 );
                 this.tx選択されている曲の曲名.Dispose();  
                 this.tx選択されている曲の曲名 = null;  
             }  
             if( this.tx選択されている曲のアーティスト名 != null )  
             {  
                 this.tx選択されている曲のアーティスト名.Dispose();  
                 this.tx選択されている曲のアーティスト名 = null;  
             }  
721              #region[ ジャケット画像の解放 ]              #region[ ジャケット画像の解放 ]
722              int nKeys = this.dicThumbnail.Count;              int nKeys = this.dicThumbnail.Count;
723                          string[] keys = new string[ nKeys ];                          string[] keys = new string[ nKeys ];
724                          this.dicThumbnail.Keys.CopyTo( keys, 0 );                          this.dicThumbnail.Keys.CopyTo( keys, 0 );
725                          foreach( var key in keys )                          foreach( var key in keys )
726                          {                          {
727                                  C共通.tDisposeする( this.dicThumbnail[ key ] );                  C共通.tDisposeする( this.dicThumbnail[ key ] );
728                                  this.dicThumbnail[ key ] = null;                                  this.dicThumbnail[ key ] = null;
729              }              }
730                if( CDTXMania.ConfigIni.bJacketDicClear )
731                    this.dicThumbnail.Clear();
732              #endregion              #endregion
733    
734                          CDTXMania.t安全にDisposeする( ref this.txEnumeratingSongs );                          CDTXMania.t安全にDisposeする( ref this.txEnumeratingSongs );

Legend:
Removed from v.564  
changed lines
  Added in v.569

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26