- fix resource leak (LP: #148806)
signal(SIGQUIT,old_SIGQUIT);
signal(SIGINT,old_SIGINT);
signal(SIGQUIT,old_SIGQUIT);
signal(SIGINT,old_SIGINT);
- if(master >= 0 && slave >= 0)
tcsetattr(0, TCSAFLUSH, &tt);
tcsetattr(0, TCSAFLUSH, &tt);
// Check for an error code.
if (WIFEXITED(Status) == 0 || WEXITSTATUS(Status) != 0)
// Check for an error code.
if (WIFEXITED(Status) == 0 || WEXITSTATUS(Status) != 0)
apt (0.7.6ubuntu14) gutsy; urgency=low
apt (0.7.6ubuntu14) gutsy; urgency=low
+ * apt-pkg/deb/dpkgpm.cc:
+ - fix resource leak (LP: #148806)
* debian/apt.cron.daily:
- only run the cron job if apt-get check succeeds (LP: #131719)
* debian/apt.cron.daily:
- only run the cron job if apt-get check succeeds (LP: #131719)