voltando a versao de n aberturas e fechamentos de sockets data 19/09

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed EALib

Fork of header_main_publish by VZTECH

Revision:
2:93bec7313ccc
Parent:
0:4d17cd9c8f9d
--- a/rtp.cpp	Wed Sep 10 12:50:57 2014 +0000
+++ b/rtp.cpp	Wed Sep 10 14:32:19 2014 +0000
@@ -70,6 +70,7 @@
 RTP::~RTP(){
     if( rtp_header ) delete( rtp_header );
     if( rtp_body ) delete( rtp_body );
+    debug_msg("Fui destruido");
 }
 
 char * RTP::build_eth_package( char * buffer ){