fix poly clip and fix poly_remove_duplicate

This commit is contained in:
2018-11-29 23:13:04 +01:00
parent f64f157e82
commit d0919862da
5 changed files with 14 additions and 40 deletions

View File

@@ -79,7 +79,7 @@ HCTX WacomTablet::TabletInit(HWND hWnd)
CHAR* TabletName = new CHAR[wWTInfoRetVal];
wWTInfoRetVal = gpWTInfoA(WTI_DEVICES, DVC_NAME, TabletName);
LOG("Tablet: %s", TabletName);
delete TabletName;
delete[] TabletName;
}