1 diff -urN ../tmp-orig/lopster-1.2.0.1/src/log.c ./src/log.c
2 --- ../tmp-orig/lopster-1.2.0.1/src/log.c 2003-03-04 21:08:57.000000000 +0100
3 +++ ./src/log.c 2004-12-28 10:10:05.000000000 +0100
7 g_list_free(net?net->logs:other_logs);
8 - net?net->logs:other_logs = NULL;
9 + if (net) net->logs = NULL; else other_logs = NULL;
12 void log_file_destroy(log_file_t* lf) {