mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Forgot to put back the list dealloc.
This commit is contained in:
@@ -22,7 +22,7 @@ static LIST * list_alloc( int32_t size )
|
||||
|
||||
static void list_dealloc( LIST * l )
|
||||
{
|
||||
// if ( l ) BJAM_FREE( l );
|
||||
if ( l ) BJAM_FREE( l );
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user