VirtualBox

Changeset 2295 in kBuild


Ignore:
Timestamp:
Mar 1, 2009 1:54:05 AM (16 years ago)
Author:
bird
Message:

kash: realloc fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shheap.c

    r2293 r2295  
    543543            if (hdr->size < new_size)
    544544            {
    545                 void *pv = sh_malloc(psh, new_size);
     545                pv = sh_malloc(psh, new_size);
    546546                if (pv)
    547547                {
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