summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/idevicesyslog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c
index f2b3a2f..30e0c55 100644
--- a/tools/idevicesyslog.c
+++ b/tools/idevicesyslog.c
@@ -140,6 +140,7 @@ int main(int argc, char *argv[])
140 recv_bytes += bytes; 140 recv_bytes += bytes;
141 141
142 fwrite(receive, sizeof(char), bytes, stdout); 142 fwrite(receive, sizeof(char), bytes, stdout);
143 fflush(stdout);
143 } 144 }
144 145
145 free(receive); 146 free(receive);