Control: tags -1 help

The issue seems to be uninitialized values when the instance of Balle is
created in TableauJeu.cpp:115

Balle * balle=new Balle;

I don't understand why the default constructor does not initialize the
object automatically. If someone with better C++ knowledge knows the
answer I gladly accept some help here.

For debugging compile briquolo with noopt nostrip and run valgrind with
--track-origins=yes like

valgrind --leak-check=full --track-origins=yes --log-file=valgrind.log
briquolo

I reported this bug upstream but I received no reply.

Markus

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to