Changeset 12291


Ignore:
Timestamp:
06/15/09 00:05:18 (4 years ago)
Author:
BrainSlayer
Message:

fix possible memory leak in upnp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/upnp/src/gena.c

    r11589 r12291  
    10111011                                        prev->next = evalue->next; 
    10121012                        } 
     1013                        free(evalue); //not sure if this is correct 
    10131014                } 
    10141015        } 
Note: See TracChangeset for help on using the changeset viewer.