mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Quiet realloc-free warnings
This commit is contained in:
@@ -15,7 +15,7 @@ namespace PortabilityLayer
|
||||
ScanlineMaskBuilder::~ScanlineMaskBuilder()
|
||||
{
|
||||
if (m_spans)
|
||||
(void)realloc(m_spans, 0);
|
||||
free(m_spans);
|
||||
}
|
||||
|
||||
bool ScanlineMaskBuilder::AppendSpan(size_t span)
|
||||
|
Reference in New Issue
Block a user