~ubuntu-branches/ubuntu/raring/jackd2/raring

« back to all changes in this revision

Viewing changes to common/JackLibAPI.cpp

  • Committer: Package Import Robot
  • Author(s): Kaj Ailomaa
  • Date: 2012-11-15 12:41:09 UTC
  • Revision ID: package-import@ubuntu.com-20121115124109-32ys6egw6xvihvxy
Tags: 1.9.8~dfsg.4+20120529git007cdc37-4.1ubuntu2
debian/patches/jackdbus_stop-fix.patch: fix an issue where jackdbus is 
left unresponsively running in the background when stopped (LP: #956438)

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        va_end(ap);
178
178
        JackGlobals::fOpenMutex->Unlock();
179
179
        return res;
180
 
    } catch(std::bad_alloc& e) {
 
180
    } catch (std::bad_alloc& e) {
181
181
        jack_error("Memory allocation error...");
182
182
        return NULL;
183
183
    } catch (...) {