| 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 ); |