]> git.sur5r.net Git - bacula/bacula/commit
We need to call INGfreeINGresult before INGfreeDescriptor and as such need a temporar...
authorMarco van Wieringen <mvw@planets.elm.net>
Fri, 9 Apr 2010 17:11:51 +0000 (19:11 +0200)
committerMarco van Wieringen <mvw@planets.elm.net>
Fri, 9 Apr 2010 17:13:49 +0000 (19:13 +0200)
commit885efbd49cfe014f160c6ac10d27b8f39f4d890b
treec09de65f28470b29a932dc26b2d3aae6b30da4fd
parentfbc6b7fae7868243bb515c866f114585733656a2
We need to call INGfreeINGresult before INGfreeDescriptor and as such need a temporary variable
to store the sqlda structure which is stored in the INGresult. This makes sure we don't get
all those dreaded orphaned buffers on exit of bacula-dir.
bacula/src/cats/myingres.c
bacula/src/cats/myingres.sc