Fix typo that caused SEGV.

This commit is contained in:
David F. Skoll
2007-09-04 14:38:46 -04:00
parent d23528da82
commit ec4e203099
+1 -1
View File
@@ -241,11 +241,11 @@ void HandleQueuedReminders(void)
printf("NOTE endreminder\n");
}
fflush(stdout);
DestroyParser(&p);
}
/* Calculate the next trigger time */
q->tt.nexttime = CalculateNextTime(q);
DestroyParser(&p);
}
exit(0);
}