diff options
Diffstat (limited to 'src/iterator.c')
-rw-r--r-- | src/iterator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iterator.c b/src/iterator.c index c2b88ab84..8255d4c9a 100644 --- a/src/iterator.c +++ b/src/iterator.c @@ -109,7 +109,7 @@ static int tree_iterator__advance( { int error = GIT_SUCCESS; tree_iterator *ti = (tree_iterator *)self; - const git_tree_entry *te; + const git_tree_entry *te = NULL; if (entry != NULL) *entry = NULL; |