Add return statement to fix build break.

This commit is contained in:
Chris Leary 2010-11-12 19:20:10 -08:00
Родитель d493feea41
Коммит 9977413269
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -206,6 +206,7 @@ public:
delete allocator;
return NULL;
}
return allocator;
}
~ExecutableAllocator() { delete m_smallAllocationPool; }