Delete ze exception

This commit is contained in:
miha_vitorovic
2011-01-12 14:33:15 +01:00
parent 3bd11a1e00
commit fe4f62e934

View File

@@ -155,6 +155,7 @@ void testBlockingTCPSender() {
String info;
e->toString(info);
cout<<info<<endl;
delete e;
}
delete transport;