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

« back to all changes in this revision

Viewing changes to common/JackServerAPI.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:
162
162
        va_end(ap);
163
163
        JackGlobals::fOpenMutex->Unlock();
164
164
        return res;
165
 
    } catch(std::bad_alloc& e) {
 
165
    } catch (std::bad_alloc& e) {
166
166
        jack_error("Memory allocation error...");
167
167
        return NULL;
168
168
    } catch (...) {