[openib-general][PATCH][kdapltest]: "free" missing
    Guy German 
    guyg at voltaire.com
       
    Thu Aug 11 08:29:35 PDT 2005
    
    
  
Signed-off-by: Guy German <guyg at voltaire.com>
Index: dapl_server.c
===================================================================
--- dapl_server.c	(revision 3058)
+++ dapl_server.c	(working copy)
@@ -248,6 +248,9 @@ DT_cs_Server (Params_t * params_ptr)
 			       256, /* FIXME query for this value */
 			       FALSE,
 			       FALSE);
+    if (pt_ptr)
+	    DT_Free_Per_Test_Data (pt_ptr);
+
     if (ps_ptr->bpool == 0)
     {
 	DT_Tdep_PT_Printf (phead, 
    
    
More information about the general
mailing list