This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cpp
/
BansheeEngine
réplica de
https://github.com/larioteo/BansheeEngine.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
BsFrameAlloc not resetting pointer position when cleared (Memory leak)
MarcoROG
%!s(int64=8) %!d(string=hai) anos
pai
caab3c8c6b
achega
c9c1f659fb
Modificáronse 1 ficheiros
con
2 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
2
0
Source/BansheeUtility/Source/BsFrameAlloc.cpp
+ 2
- 0
Source/BansheeUtility/Source/BsFrameAlloc.cpp
Ver ficheiro
@@ -235,6 +235,8 @@ namespace bs
allocBlock(totalBytes);
}
+ else
+ mBlocks[0]->mFreePtr = 0;
}
}