fixed memleak

git-svn-id: http://tint2.googlecode.com/svn/trunk@523 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-08-02 18:07:31 +00:00
parent 0cf39bb1be
commit 7a2004c979
2 changed files with 3 additions and 14 deletions

View File

@@ -301,6 +301,6 @@ void clock_action(int button)
command = clock_rclick_command;
break;
}
tint_exec(command);
tint_exec(command);
}