Changeset 194

Show
Ignore:
Timestamp:
11/27/07 13:04:35 (9 months ago)
Author:
sip
Message:

Fixed crash.

Files:

Legend:

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

    r193 r194  
    144144 
    145145        /* Get frame */ 
    146         send = (struct ast_frame *) vt->frame;; 
     146        send = (struct ast_frame *) vt->frame; 
    147147 
    148148        /* Clear */ 
     
    781781                                        /* Packetize outgoing frame */ 
    782782                                        if ((send=create_ast_frame(frame,&vt))!=NULL) 
    783                                         { 
    784783                                                /* Send frame */ 
    785784                                                ast_write(pseudo,send); 
    786                                                 /* Free frame */ 
    787                                                 free(send); 
    788                                         } 
    789785                                        /* Delete frame */ 
    790786                                        FrameDestroy(frame); 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software