Diff between 708ec91af779e4d8b51ad57c7eb718231561e692 and 73529e535d7d1d8b8d5264dd5a2763972489845a

Changed Files

File Additions Deletions Status
monitor/analyze.c +1 -1 modified

Full Patch

diff --git a/monitor/analyze.c b/monitor/analyze.c
index a5ed5f4..5288cf3 100644
--- a/monitor/analyze.c
+++ b/monitor/analyze.c
@@ -272,7 +272,7 @@ void analyze_trace(const char *path)
 		break;
 	default:
 		fprintf(stderr, "Unsupported packet format\n");
-		return;
+		goto done;
 	}
 
 	dev_list = queue_new();