VirtualBox

Changeset 1978 in kBuild for trunk


Ignore:
Timestamp:
Oct 26, 2008 11:08:57 PM (16 years ago)
Author:
bird
Message:

variable.c: Overlooked CONFIG_WITH_RDONLY_VARIABLE_VALUE case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r1968 r1978  
    920920  free (v->name);
    921921#endif
    922   free (v->value);
     922#ifdef CONFIG_WITH_RDONLY_VARIABLE_VALUE
     923  if (!v->rdonly_val)
     924#endif
     925    free (v->value);
    923926}
    924927
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