メモリリークの修正 (#439)
This commit is contained in:
parent
a66c1aaa0f
commit
9e5fcbc103
@ -1008,6 +1008,12 @@ namespace TJAPlayer3
|
||||
this._pfc = null;
|
||||
}
|
||||
|
||||
if (_fontfamily != null)
|
||||
{
|
||||
_fontfamily.Dispose();
|
||||
_fontfamily = null;
|
||||
}
|
||||
|
||||
this.bDispose完了済み = true;
|
||||
}
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ namespace TJAPlayer3
|
||||
}
|
||||
public override void OnManagedリソースの解放()
|
||||
{
|
||||
if (!base.b活性化してない)
|
||||
if (base.b活性化してない)
|
||||
return;
|
||||
|
||||
TJAPlayer3.t安全にDisposeする(ref Background);
|
||||
|
Loading…
x
Reference in New Issue
Block a user