mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Remove miguiding if before delete
This commit is contained in:
parent
02424240a0
commit
03cc2e629d
@ -280,9 +280,10 @@ class RsNxsGrp : public RsNxsItem
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
RsNxsGrp(uint16_t servtype) : RsNxsItem(servtype, RS_PKT_SUBTYPE_NXS_GRP_ITEM), grp(servtype), meta(servtype),
|
RsNxsGrp(uint16_t servtype) :
|
||||||
metaData(NULL) { clear();}
|
RsNxsItem(servtype, RS_PKT_SUBTYPE_NXS_GRP_ITEM), grp(servtype),
|
||||||
virtual ~RsNxsGrp() { if(metaData) delete metaData; }
|
meta(servtype), metaData(NULL) { clear(); }
|
||||||
|
virtual ~RsNxsGrp() { delete metaData; }
|
||||||
|
|
||||||
RsNxsGrp* clone() const;
|
RsNxsGrp* clone() const;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user