View Single Post
  #16  
Old 04-20-2015, 12:04 AM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

https://github.com/EQEmu/Server/blob...rver.cpp#L1409

The 'pack' destructor is called with this action: https://github.com/EQEmu/Server/blob...vertalk.h#L206


But, the pBuffer was referenced here: https://github.com/EQEmu/Server/blob...rver.cpp#L1384

And is being called through 's' after the pBuffer allocation is released (here: https://github.com/EQEmu/Server/blob...rver.cpp#L1412)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote