summaryrefslogtreecommitdiffstats
path: root/runtime/task_finder_vma.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/task_finder_vma.c')
-rw-r--r--runtime/task_finder_vma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/task_finder_vma.c b/runtime/task_finder_vma.c
index 8c60175e..4dce4be8 100644
--- a/runtime/task_finder_vma.c
+++ b/runtime/task_finder_vma.c
@@ -60,7 +60,7 @@ __stp_tf_vma_get_free_entry(void)
{
struct hlist_head *head = &__stp_tf_vma_free_list[0];
struct hlist_node *node;
- struct __stp_tf_vma_entry *entry;
+ struct __stp_tf_vma_entry *entry = NULL;
if (hlist_empty(head))
return NULL;