VirtualBox

Changeset 28274 in vbox


Ignore:
Timestamp:
Apr 13, 2010 7:39:28 PM (15 years ago)
Author:
vboxsync
Message:

slirp: sbfree - try to work around heap issue...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/sbuf.c

    r26404 r28274  
    2020{
    2121    RTMemFree(sb->sb_data);
     22    /** @todo bird: I'm seeing double frees here sometimes.  This NULL'ing is just a
     23       workaround for that, it doesn't actually fix anything.  */
     24    sb->sb_data = NULL;
    2225}
    2326
Note: See TracChangeset for help on using the changeset viewer.

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