~ubuntu-branches/debian/sid/rsyslog/sid

« back to all changes in this revision

Viewing changes to plugins/omelasticsearch/omelasticsearch.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-07-06 00:14:19 UTC
  • mfrom: (1.1.34)
  • Revision ID: package-import@ubuntu.com-20130706001419-j6r5uyicwl255ynf
Tags: 7.4.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
                DBGPRINTF("omelasticsearch: error %d writing error file, write returns %lld\n",
484
484
                          errno, (long long) wrRet);
485
485
        }
486
 
        free(rendered);
487
486
        cJSON_Delete(errRoot);
488
487
        *pReplyRoot = NULL; /* tell caller not to delete once again! */
489
488