This is an automated email from the git hooks/post-receive script. hmmr-guest pushed a commit to branch master in repository aghermann.
commit a43960b50804668b49258c6b88117ba71d596513 Author: Andrei Zavada <[email protected]> Date: Fri Sep 27 00:19:37 2013 +0300 SF: don't leave RK1968 dialog open on SF close --- upstream/src/aghermann/ui/sf/sf.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/upstream/src/aghermann/ui/sf/sf.cc b/upstream/src/aghermann/ui/sf/sf.cc index e7e25f1..ef7d878 100644 --- a/upstream/src/aghermann/ui/sf/sf.cc +++ b/upstream/src/aghermann/ui/sf/sf.cc @@ -27,6 +27,7 @@ #include "d/filters.hh" #include "d/phasediff.hh" #include "d/patterns.hh" +#include "d/rk1968.hh" using namespace std; using namespace agh::ui; @@ -338,6 +339,8 @@ SScoringFacility:: delete _phasediff_d; if ( _filters_d ) delete _filters_d; + if ( _rk1968_d ) + delete _rk1968_d; } -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/aghermann.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
