summaryrefslogtreecommitdiffstats
path: root/src/AFC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/AFC.c')
-rw-r--r--src/AFC.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AFC.c b/src/AFC.c
index 3ad31d2..01e8497 100644
--- a/src/AFC.c
+++ b/src/AFC.c
@@ -179,6 +179,7 @@ static int dispatch_AFC_packet(AFClient *client, const char *data, int length) {
179 if (debug) fwrite(buffer, 1, client->afc_packet->this_length, stdout); 179 if (debug) fwrite(buffer, 1, client->afc_packet->this_length, stdout);
180 if (debug) fprintf(stderr, "\n"); 180 if (debug) fprintf(stderr, "\n");
181 bytes = mux_send(client->connection, buffer, client->afc_packet->this_length); 181 bytes = mux_send(client->connection, buffer, client->afc_packet->this_length);
182 if (buffer) free(buffer);
182 return bytes; 183 return bytes;
183 } 184 }
184 return -1; 185 return -1;