mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
A destructor must free the memory allocated by the constructor
This commit is contained in:
parent
7dfb5657a2
commit
1df650eb0d
4 changed files with 13 additions and 0 deletions
|
@ -35,6 +35,7 @@ public:
|
|||
class Gnutella_Analyzer : public TCP_ApplicationAnalyzer {
|
||||
public:
|
||||
Gnutella_Analyzer(Connection* conn);
|
||||
~Gnutella_Analyzer();
|
||||
|
||||
virtual void Done ();
|
||||
virtual void DeliverStream(int len, const u_char* data, bool orig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue