VirtualBox

Changeset 19005 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 17, 2009 8:06:55 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46103
Message:

Runtime/R0/FreeBSD: Fix the rc hack. We can safely return with VERR_NO_MEMORY at this point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c

    r18972 r19005  
    627627        }
    628628        else
    629         {
    630             AssertMsgFailed(("Could not allocate VM object\n"));
    631             rc = 1; /* @todo fix */
    632         }
     629            return VERR_NO_MEMORY;
    633630    }
    634631    else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette