upnpsharing/upnpdlnaprofiler/src/upnpaudiosolverbase.cpp
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
   321     iWait = NULL;
   321     iWait = NULL;
   322 
   322 
   323     // delete temporary file
   323     // delete temporary file
   324     RFs fs;
   324     RFs fs;
   325     User::LeaveIfError( fs.Connect() );
   325     User::LeaveIfError( fs.Connect() );
       
   326     CleanupClosePushL( fs );
   326     User::LeaveIfError( fs.Delete( KTargetAudioFile() ) );
   327     User::LeaveIfError( fs.Delete( KTargetAudioFile() ) );
   327     fs.Close();
   328     CleanupStack::PopAndDestroy( &fs );
   328     
   329     
   329     return retval;
   330     return retval;
   330     }
   331     }
   331 
   332 
   332 // --------------------------------------------------------------------------
   333 // --------------------------------------------------------------------------