changeset 35798:717a5f7995d6

Remove unnecessary nfree() call. It's already freed in uiPlaybarDone() which has to be called prior to calling uiPlaybarInit() again.
author ib
date Sat, 26 Jan 2013 00:00:05 +0000
parents 6874a4b07594
children fa803d807b58
files gui/ui/playbar.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/playbar.c	Fri Jan 25 23:59:11 2013 +0000
+++ b/gui/ui/playbar.c	Sat Jan 26 00:00:05 2013 +0000
@@ -236,8 +236,6 @@
 {
  if ( !guiApp.playbarIsPresent ) return;
 
- nfree( playbarDrawBuffer );
-
  if ( ( playbarDrawBuffer = malloc( guiApp.playbar.Bitmap.ImageSize ) ) == NULL )
   {
    gmp_msg( MSGT_GPLAYER,MSGL_FATAL,MSGTR_NEMDB );