Thanks for noticing this error. This patch is merged up to trunk (revno. 11321).
l1m5 On Mon, 2009-07-27 at 14:58 -0600, Richard Wilbur wrote: > Greetings Ladies and Gentlemen: > > I happened to notice a line in data::data() that instead of initializing > the member deviceNumber, amounts to an exercise in futility. By > declaring the type, 'gint deviceNumber = -1;' declares a local variable > in the data constructor which hides the member and is initialized to -1, > leaving the member to be initialized with int() which returns 0. > > This one-line patch corrects the inferred intention of that code. I > cannot currently test as the code presently segfaults. The baseline > segfaulted for me before this patch, though. That situation will be > covered in my next message. > > Sincerely, > > Richard Wilbur > OpenPGP Public Key: > http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xA7CEB3C711AFF0B0 > > _______________________________________________ > Gnash-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnash-dev _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

