java: out-of-tree build, don't build static library
[libguestfs.git] / fish / fish.c
index 3104c40..c55f54b 100644 (file)
@@ -13,7 +13,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <config.h>
@@ -547,6 +547,8 @@ main (int argc, char *argv[])
   if (progress_bars)
     progress_bar_free (bar);
 
+  guestfs_close (g);
+
   exit (EXIT_SUCCESS);
 }