(svn r20089) -Fix [FS#3932]: Access of already freed memory, esp. due to hidden destructor call from Swap().
This commit is contained in:
@@ -88,6 +88,8 @@ struct ContentInfo {
|
||||
/** Free everything allocated */
|
||||
~ContentInfo();
|
||||
|
||||
void TransferFrom(ContentInfo *other);
|
||||
|
||||
/**
|
||||
* Get the size of the data as send over the network.
|
||||
* @return the size.
|
||||
|
Reference in New Issue
Block a user