Diff between 4fd1a95dbc14224b259c73617ae2caaddf75944e and b294530216c7dccba8e1f0addfb3c221b732d315
Changed Files
| File | Additions | Deletions | Status |
| android/health.c | +0 | -1 | modified |
Full Patch
diff --git a/android/health.c b/android/health.c
index 60c4c99..06ae595 100644
--- a/android/health.c
+++ b/android/health.c
@@ -465,7 +465,6 @@ static void free_hdp_list(void *list)
sdp_list_t *hdp_list = list;
sdp_list_free(hdp_list, (sdp_free_func_t)sdp_data_free);
- hdp_list = NULL;
}
static void register_features(void *data, void *user_data)