grishka / libtgvoip

VoIP library for Telegram clients
The Unlicense
387 stars 156 forks source link

Add virtual destructor to NetworkAddress. #30

Closed john-preston closed 7 years ago

john-preston commented 7 years ago

Subclasses of NetworkAddress are deleted using pointers to the base class, so a virtual destructor is required. Also fix a couple of warnings on 64bit.