$OpenBSD: patch-libgda_gda-server-operation_c,v 1.1 2009/02/05 09:50:31 jasper Exp $

Plug memory leak; from upstream svn rev. 3157.

--- libgda/gda-server-operation.c.orig	Thu Feb  5 10:43:40 2009
+++ libgda/gda-server-operation.c	Thu Feb  5 10:44:02 2009
@@ -421,6 +421,7 @@ node_find_or_create (GdaServerOperation *op, const gch
 				node = NULL;
 				break;
 		}
+		g_free(cpath);
 	}
 
 	/*g_print ("# %s (%s) => %p\n", __FUNCTION__, path, node);*/
