Changeset 5981:eedcf0c7d633 in roaraudio


Ignore:
Timestamp:
02/02/14 16:09:19 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected double-free bug. Thanks to stephan48 and the build cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/light.c

    r5980 r5981  
    101101 
    102102 if ( g_light_state.output != NULL ) { 
    103   roar_mm_free(g_light_state.changes); 
     103  roar_mm_free(g_light_state.output); 
    104104 } 
    105105 
    106106 if ( g_light_state.outputchanges != NULL ) { 
    107   roar_mm_free(g_light_state.changes); 
     107  roar_mm_free(g_light_state.outputchanges); 
    108108 } 
    109109 
Note: See TracChangeset for help on using the changeset viewer.