From 1d21b9659b467c99fb7b5c46502606ae74439099 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 24 Jun 2006 09:41:27 +0000 Subject: r16490: Fix a memleak and two typos (This used to be commit 8cf364e602eea408fd9cd6acd12f2b72971361ae) --- source3/registry/reg_shares.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/registry/reg_shares.c') diff --git a/source3/registry/reg_shares.c b/source3/registry/reg_shares.c index 85ac812101..5a3e9a131b 100644 --- a/source3/registry/reg_shares.c +++ b/source3/registry/reg_shares.c @@ -124,6 +124,7 @@ static int shares_value_info( const char *key, REGVAL_CTR *val ) num_values = handle_printing_subpath( path, NULL, val ); #endif + SAFE_FREE(path); return num_values; } -- cgit