From: hadaq Date: Mon, 23 Apr 2012 13:35:15 +0000 (+0000) Subject: JAM: fix memory leak in daq_disk demon. new version number X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=9bcb87bfe07bd78629c25c4fd40c06e0e04fe355;p=daqdata.git JAM: fix memory leak in daq_disk demon. new version number --- diff --git a/disks/disks.c b/disks/disks.c index a767877..b09b558 100644 --- a/disks/disks.c +++ b/disks/disks.c @@ -45,7 +45,7 @@ typedef struct TheArgsS { static void usage(const char *progName) { - printf( "daq_disks V 1.1 14-Feb-2012 \n"); + printf( "daq_disks V 1.1.1 23-Apr-2012 \n"); printf( " authors: Sergei Yurevich\n"); printf( " Joern Adamczewski-Musch (j.adamczewski@gsi.de)\n"); printf( "Eventbuilder disk load balancer for HADES\n");