# HG changeset patch # User Matti Hamalainen # Date 1188495963 0 # Node ID 2729318c311b669565ba7d2a1dddb8e1e19fd2a0 # Parent b02642940638f81f81c4230db4b01f9c9459fae5 Few lines. diff -r b02642940638 -r 2729318c311b src/xs_config.c --- a/src/xs_config.c Thu Aug 30 15:14:02 2007 +0000 +++ b/src/xs_config.c Thu Aug 30 17:46:03 2007 +0000 @@ -451,7 +451,13 @@ } else if (inLine[linePos] == '[') { /* Check for existing section */ if (sectBegin) { + /* Submit definition */ fprintf(stderr, "filter ends: %s\n", sectName); + if ((tmpFilter = g_malloc0(sizeof(t_xs_sid2_filter))) == NULL) { + fprintf(stderr, "could not allocate ..\n"); + } else { + + } g_free(sectName); }