Changeset 186

Show
Ignore:
Timestamp:
11/20/07 12:20:06 (9 months ago)
Author:
sip
Message:

YModified mallocd value fixed memory leak.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • app_h324m/app_h324m.c

    r183 r186  
    211211                        send->delivery.tv_usec = 0; 
    212212                        send->delivery.tv_sec = 0; 
    213                         send->mallocd = 0
     213                        send->mallocd = AST_MALLOCD_HDR
    214214                        /* Send */ 
    215215                        return send; 
     
    324324                        send->delivery.tv_usec = 0; 
    325325                        send->delivery.tv_sec = 0; 
    326                         send->mallocd = 0
     326                        send->mallocd = AST_MALLOCD_HDR
    327327 
    328328                        /* If the next packet is from a different frame */ 
     
    10531053        send->delivery.tv_usec = 0; 
    10541054        send->delivery.tv_sec = 0; 
    1055         send->mallocd = 0
     1055        send->mallocd = AST_MALLOCD_HDR
    10561056        /* Send */ 
    10571057        ast_write(pseudo,send); 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software