Changeset 3302
- Timestamp:
 - Dec 31, 2019, 2:45:07 PM (6 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kmk/variable.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kmk/variable.c
r3181 r3302 628 628 #endif 629 629 free_variable_name_and_value (v); 630 #ifndef CONFIG_WITH_ALLOC_CACHES 630 631 free (v); 632 #else 633 alloccache_free (&variable_cache, v); 634 #endif 631 635 if (set == &global_variable_set) 632 636 ++variable_changenum;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  