VirtualBox

Changeset 3620 in kBuild for trunk


Ignore:
Timestamp:
Oct 21, 2024 8:47:39 PM (6 weeks ago)
Author:
bird
Message:

kmk/file.c: Don't free names that are in the string cache from expand_deps().

File:
1 edited

Legend:

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

    r3309 r3620  
    733733            d->file = enter_file (name);
    734734          d->name = 0;
    735           free(name);
     735# ifndef CONFIG_WITH_STRCACHE2
     736          free (name);
     737# else
     738          assert (strcache2_is_cached (&file_strcache, name));
     739# endif
    736740
    737741          dp = &d->next;
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