Index: trunk/src/buffer.c =================================================================== --- trunk/src/buffer.c (revision 1242) +++ trunk/src/buffer.c (revision 1243) @@ -1030,7 +1030,7 @@ Buffers[i].Data = CreateNewBuffer(); } -void UnitBuffers(void) +void UninitBuffers(void) { int i; Index: trunk/src/buffer.h =================================================================== --- trunk/src/buffer.h (revision 1242) +++ trunk/src/buffer.h (revision 1243) @@ -48,7 +48,7 @@ void SwapBuffers(void); void MirrorBuffer(BufferTypePtr); void InitBuffers(void); -void UnitBuffers(void); +void UninitBuffers(void); void *MoveObjectToBuffer(DataTypePtr, DataTypePtr, int, void *, void *, void *); void *CopyObjectToBuffer(DataTypePtr, DataTypePtr, int, void *, void *, void *); Index: trunk/src/main.c =================================================================== --- trunk/src/main.c (revision 1242) +++ trunk/src/main.c (revision 1243) @@ -1575,7 +1575,7 @@ hid_uninit(); - UnitBuffers(); + UninitBuffers(); /* Free up memory allocated to the PCB. Why bother when we're about to exit ? * Because it removes some false positives from heap bug detectors such as