Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 106457 | Differences between
and this patch

Collapse All | Expand All

(-)samba-3.0.20/source/passdb/pdb_pgsql.c (-2 lines)
Lines 231-238 Link Here
231
  }
231
  }
232
232
233
  talloc_free(query);
233
  talloc_free(query);
234
  if ( data->pwent != NULL )
235
    PQclear( data->pwent ) ;
236
  return retval ;
234
  return retval ;
237
}
235
}
238
236

Return to bug 106457