fix leak
This commit is contained in:
@@ -257,6 +257,7 @@ RageTextureID BannerCache::LoadCachedBanner( CString BannerPath )
|
|||||||
RageTexture *pTexture = new BannerTexture( ID, img, src_width, src_height );
|
RageTexture *pTexture = new BannerTexture( ID, img, src_width, src_height );
|
||||||
|
|
||||||
TEXTUREMAN->RegisterTexture( ID, pTexture );
|
TEXTUREMAN->RegisterTexture( ID, pTexture );
|
||||||
|
TEXTUREMAN->UnloadTexture( pTexture );
|
||||||
|
|
||||||
return ID;
|
return ID;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user