This commit is contained in:
XANTRONIX Development 2017-11-26 18:24:14 -06:00
parent 3c947568ff
commit 9c23f5222a
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ int main(int argc, char **argv) {
printf("%s\n", message);
skipstone_queue_destroy(queue, NULL);
skipstone_queue_destroy(queue);
return 0;
}

View file

@ -19,7 +19,7 @@ int main(int argc, char **argv) {
printf("%s\n", message);
skipstone_queue_destroy(queue, NULL);
skipstone_queue_destroy(queue);
return 0;
}