From: Jürg Billeter Date: Tue, 24 Jan 2012 15:12:01 +0000 (+0100) Subject: Fix possibly unassigned parameter X-Git-Tag: 0.15.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c800595db9ac8479dd991f1c0a71282321b848d;p=thirdparty%2Fvala.git Fix possibly unassigned parameter --- diff --git a/vala/valaproperty.vala b/vala/valaproperty.vala index 150275879..08b17bb23 100644 --- a/vala/valaproperty.vala +++ b/vala/valaproperty.vala @@ -240,6 +240,7 @@ public class Vala.Property : Symbol, Lockable { } } + invalid_match = null; return true; }