Revision: 8201
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8201&view=rev
Author:   thjc
Date:     2009-08-15 08:01:14 +0000 (Sat, 15 Aug 2009)

Log Message:
-----------
fixed major mem leak in passthrough driver.

Modified Paths:
--------------
    code/player/trunk/server/drivers/shell/passthrough.cc

Modified: code/player/trunk/server/drivers/shell/passthrough.cc
===================================================================
--- code/player/trunk/server/drivers/shell/passthrough.cc       2009-08-15 
07:10:19 UTC (rev 8200)
+++ code/player/trunk/server/drivers/shell/passthrough.cc       2009-08-15 
08:01:14 UTC (rev 8201)
@@ -387,7 +387,9 @@
                        player_msghdr * hdr = msg->GetHeader();
                        void * data = msg->GetPayload();
                        ProcessMessage(*itr, hdr, data);
+                       delete msg;
                }
+
        }
 }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Playerstage-commit mailing list
Playerstage-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to