Diff between a1d44da04487880d3b034b2d4168eb1d40babc89 and 90d3512560a7851c8589979bf1d303dd0d4a318a
Changed Files
| File | Additions | Deletions | Status |
| android/health.c | +1 | -4 | modified |
Full Patch
diff --git a/android/health.c b/android/health.c
index a1ae292..4ff4356 100644
--- a/android/health.c
+++ b/android/health.c
@@ -1281,10 +1281,7 @@ static void create_mcl_cb(struct mcap_mcl *mcl, GError *err, gpointer data)
MCAP_MDL_CB_INVALID);
if (!ret) {
error("health: error setting mdl callbacks on mcl");
-
- if (gerr)
- g_error_free(gerr);
-
+ g_error_free(gerr);
goto fail;
}