Changeset 39486 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Dec 1, 2011 9:53:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/swapchain.c
r39016 r39486 1236 1236 /* no need to do anything since context gets added to the device context list within the context_create call */ 1237 1237 #else 1238 newArray = HeapAlloc(GetProcessHeap(), 0, sizeof(*newArray) * This->num_contexts + 1);1238 newArray = HeapAlloc(GetProcessHeap(), 0, sizeof(*newArray) * (This->num_contexts + 1)); 1239 1239 if(!newArray) { 1240 1240 ERR("Out of memory when trying to allocate a new context array\n");
Note:
See TracChangeset
for help on using the changeset viewer.