ganado / redtamarin

Automatically exported from code.google.com/p/redtamarin
Other
2 stars 0 forks source link

some memory leak in Socket class #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
double check not deleted data

example: in receive()

char *data = new char[foobar]

is not followed by a 

delete [] data;

Original issue reported on code.google.com by zwetan on 6 Mar 2011 at 10:27

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 18 Apr 2011 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by zwetan on 19 Apr 2011 at 1:57