| Summary: | Repeatable crash at exit | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | George Baltz <GeoBaltz> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | ps_ml, sam |
| Priority: | NOR | ||
| Version First Reported In: | 2.4-GIT | ||
| Target Milestone: | 2.5 | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 2.5 | |
| Sentry Crash Report: | |||
|
Description
George Baltz
2011-09-10 20:55:21 UTC
Note: The hunk of the patch responsible is:
diff --git a/src/main.cpp b/src/main.cpp
index de82da1..611fa45 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,6 +32,7 @@
#include <csignal>
//#define AMAROK_USE_DRKONQI
+AMAROK_EXPORT OcsData ocsData;
int main( int argc, char *argv[] )
{
Setting status to confirmed. Patch 9c96c214db seems to have fixed this - should be closed. Thank you for the feedback. |