comparison Plugins/Input/aac/src/libmp4.c @ 982:287d4eb3ca27 trunk

[svn] - Let's not leave mp4 files open after reading their tags :P
author nhjm449
date Fri, 28 Apr 2006 22:43:09 -0700
parents 21305191ca03
children e4089d6b0fcf
comparison
equal deleted inserted replaced
981:00e3b13188c1 982:287d4eb3ca27
303 free (input->performer); 303 free (input->performer);
304 free (input->genre); 304 free (input->genre);
305 free (input->file_name); 305 free (input->file_name);
306 free (input->file_path); 306 free (input->file_path);
307 free (input); 307 free (input);
308
309 MP4Close(mp4file);
308 } 310 }
309 311
310 if (!title) 312 if (!title)
311 { 313 {
312 title = g_path_get_basename(filename); 314 title = g_path_get_basename(filename);