Changeset 2021 in vbox for trunk/src/VBox
- Timestamp:
- Apr 11, 2007 2:34:08 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20311
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r2018 r2021 4986 4986 #endif 4987 4987 4988 #if 0 /** @todo r=bird: We can't free the buffer here because it's still locked. 4989 * (That's the reason why we didn't do it earlier.) */ 4988 4990 /* 4989 4991 * Free the VRAM. … … 4996 4998 } 4997 4999 pData->vram_ptrHC = NULL; 5000 #endif 4998 5001 4999 5002 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.