From: dirk Date: Thu, 18 Dec 2014 20:40:09 +0000 (+0000) Subject: Fixed removing DestroyString. X-Git-Tag: 7.0.1-0~1597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=101bdada9dec03762ffa562efbbc1fc602dd7d60;p=imagemagick Fixed removing DestroyString. --- diff --git a/MagickCore/distribute-cache.c b/MagickCore/distribute-cache.c index 521c393f8..ada74191e 100644 --- a/MagickCore/distribute-cache.c +++ b/MagickCore/distribute-cache.c @@ -331,6 +331,7 @@ MagickPrivate DistributeCacheInfo *AcquireDistributeCacheInfo( (void) CopyMagickString(server_info->hostname,hostname,MaxTextExtent); server_info->debug=IsEventLogging(); } + hostname=DestroyString(hostname); return(server_info); }