Diff between d886b0817d745226f88cfeabbf2d9888373f35fe and 8a8f26c3ae30c17255820cb9efac24b60ee13935
Changed Files
| File | Additions | Deletions | Status |
| src/profile.c | +0 | -1 | modified |
Full Patch
diff --git a/src/profile.c b/src/profile.c
index 528525a..7aca3be 100644
--- a/src/profile.c
+++ b/src/profile.c
@@ -1272,7 +1272,6 @@ static uint32_t ext_start_servers(struct ext_profile *ext,
error("RFCOMM server failed for %s: %s",
ext->name, err->message);
g_free(rfcomm);
- rfcomm = NULL;
g_clear_error(&err);
goto failed;
} else {