From 09d5d7f26b3778c22806366ef97223b193eaa65b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 14 Apr 2014 15:21:29 +0200 Subject: remove code intended for use with basename(), fix memory leak since g_path_get_basename() returns a newly allocated string. --- libs/ardour/ardour/vst_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/vst_types.h b/libs/ardour/ardour/vst_types.h index 1b443dc192..35b52435ab 100644 --- a/libs/ardour/ardour/vst_types.h +++ b/libs/ardour/ardour/vst_types.h @@ -62,7 +62,6 @@ struct LIBARDOUR_API _VSTHandle { void* dll; char* name; - char* nameptr; char* path; main_entry_t main_entry; -- cgit v1.2.3