contrib/hgfixes/__init__.py
author David Soria Parra <davidsp@fb.com>
Wed, 24 Sep 2014 13:16:20 -0700
changeset 22540 9a860ac8c216
parent 11948 88d4911930bf
permissions -rw-r--r--
parsers: fix uninitialize variable warning The heads pointer is not initialized correctly if filter is false, causing both clang and gcc to issue a warning. Correctly initialize heads to NULL.