BuySell

Issue #10 resolved
RenIly created an issue

found a flaw in BuySell.cpp function UserSocketFromBuySell, after calling CObject, need to call the function Release. Something like this

object->Release("d:\\vss\\globalbranch\\branch\\overseas\\ct2_final_0121\\program\\server\\l2server\\ThreadSafeLibrary.h", 129 , ORT_FIND_OBJECT, 0);

Comments (5)

  1. Emca

    Hi, thanks for report!

    Do you mean to call it when exiting GraciaEpilogue::NpcShowBuySellPagePacket function, right?

  2. RenIly reporter

    Yes, look at the function NpcShowSellPagePacket, it shows that before the function is exited is сhecking and then a call

  3. Log in to comment