2008-12-19 Jürg Billeter <j@bitron.ch>
* gobject/valaccodebasemodule.vala:
Fix async method calls in simple expression statements
svn path=/trunk/; revision=2229
+2008-12-19 Jürg Billeter <j@bitron.ch>
+
+ * gobject/valaccodebasemodule.vala:
+
+ Fix async method calls in simple expression statements
+
2008-12-19 Jürg Billeter <j@bitron.ch>
* gobject/valaccodebasemodule.vala:
/* free temporary objects */
- if (((Gee.List<LocalVariable>) temp_vars).size == 0) {
+ if (((Gee.List<LocalVariable>) temp_vars).size == 0
+ && pre_statement_fragment == null) {
/* nothing to do without temporary variables */
return;
}