Am 2014-04-26 23:15, schrieb Sebastian Harl:
Package: libdbi1
Version: 0.9.0-2
Severity: important
Tags: upstream

Hi,

in dbi_conn_close:

  if (!conn || !(conn->connection)) return;
  …
  free(conn);

That is, the memory behind 'conn' is leaked if the object was not
connected. This happens, for example, if connecting to the DB fails.

Cheers,
Sebastian

Thanks for the report and the explanation. Fixed upstream.

regards,
Markus

--
Markus Hoenicka
http://www.mhoenicka.de
AQ score 38


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to