Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
None
-
None
-
Fully Compatible
-
ALL
Description
If there is a socket exception in flush() - for example if the connection is lost - the allocated buffer is not deleted
~PiggyBackData() {
|
DESTRUCTOR_GUARD (
|
flush();
|
delete[]( _cur );
|
);
|
}
|