Changeset 24163 in vbox
- Timestamp:
- Oct 29, 2009 3:28:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r24162 r24163 932 932 rc = pCmd->rc; 933 933 AssertMsg(RT_SUCCESS(rc) || rc == VERR_NOT_IMPLEMENTED, ("%Rrc\n", rc)); 934 vbvaVHWAHHCommandRelease(pCmd);935 934 if(rc == VERR_NOT_IMPLEMENTED) 936 935 { … … 940 939 } 941 940 } 941 942 vbvaVHWAHHCommandRelease(pCmd); 943 942 944 return rc; 943 945 } … … 964 966 AssertRC(rc); 965 967 #endif 966 vbvaVHWAHHCommandRelease(pCmd); 967 } 968 } 969 970 vbvaVHWAHHCommandRelease(pCmd); 971 968 972 return rc; 969 973 } … … 984 988 rc = pCmd->rc; 985 989 AssertMsg(RT_SUCCESS(rc) || rc == VERR_NOT_IMPLEMENTED, ("%Rrc\n", rc)); 986 vbvaVHWAHHCommandRelease(pCmd);987 990 if(rc == VERR_NOT_IMPLEMENTED) 988 991 { … … 990 993 } 991 994 } 995 996 vbvaVHWAHHCommandRelease(pCmd); 997 992 998 return rc; 993 999 }
Note:
See TracChangeset
for help on using the changeset viewer.