Commit c145fbea authored by Steinar H. Gunderson's avatar Steinar H. Gunderson
Browse files

Fix a memory leak that I recently inadvertedly introduced.

parent 84fcff79
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ static void next_lookup(struct host_query *hquery)
          break;
        }
    }
  end_hquery(hquery, status, NULL);
}

static void host_callback(void *arg, int status, int timeouts,