curl_json plugin: free the socket name
authorJim Radford <radford@galvanix.com>
Sat, 10 Aug 2013 16:06:44 +0000 (09:06 -0700)
committerJim Radford <radford@galvanix.com>
Sat, 10 Aug 2013 19:31:31 +0000 (12:31 -0700)
src/curl_json.c

index 87907c0..594e755 100644 (file)
@@ -371,6 +371,8 @@ static void cj_free (void *arg) /* {{{ */
   sfree (db->instance);
   sfree (db->host);
 
+  sfree (db->sock);
+
   sfree (db->url);
   sfree (db->user);
   sfree (db->pass);