Results 1 to 2 of 2

Thread: Patch #2 for Ice 3.4.1: Memory leak in IceSSL for C++ (Windows only)

  1. #1
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445

    Patch #2 for Ice 3.4.1: Memory leak in IceSSL for C++ (Windows only)

    As reported here, there is a memory leak for each new SSL connection in C++ on Windows. The attached patch resolves this problem.

    To apply the patch to an Ice 3.4.1 source distribution on Windows:

    cd Ice-3.4.1
    patch --binary -p0 < patch.txt


    On Unix:

    cd Ice-3.4.1
    patch -p0 < patch.txt


    Best regards,
    Mark
    Attached Files Attached Files

  2. #2
    Nl_tan is offline Registered User
    Name: nl tan
    Organization: Hainan Airline
    Project: support external system connect ticketsalesystem
    Join Date
    Jun 2010
    Posts
    8

    Unhappy

    Quote Originally Posted by mes View Post
    As reported here, there is a memory leak for each new SSL connection in C++ on Windows. The attached patch resolves this problem.

    To apply the patch to an Ice 3.4.1 source distribution on Windows:

    cd Ice-3.4.1
    patch --binary -p0 < patch.txt


    On Unix:

    cd Ice-3.4.1
    patch -p0 < patch.txt


    Best regards,
    Mark
    Thanks !1

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Memory leak during ice initialisation
    By JvD in forum Help Center
    Replies: 3
    Last Post: 11-11-2009, 03:39 AM
  2. memory leak with Ice::IllegalIndirectionException
    By areslp in forum Help Center
    Replies: 2
    Last Post: 03-20-2009, 02:10 AM
  3. Proxy and memory leak
    By fengxb in forum Help Center
    Replies: 2
    Last Post: 11-29-2004, 04:52 PM
  4. maybe memory leak in Linux
    By dragzhb in forum Help Center
    Replies: 6
    Last Post: 10-08-2004, 01:37 AM
  5. Memory leak when using ice with MFC?
    By _orchid_ in forum Help Center
    Replies: 9
    Last Post: 12-01-2003, 06:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •