Merge commit '05f31fb4f4f6dbb0d6d8e6d66d3cd38195dbfd4f' into release/1.4.0

This commit is contained in:
Charlie Qiu
2017-03-02 22:47:21 +08:00
2 changed files with 38 additions and 0 deletions

37
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,37 @@
**System and Shadowsocksx-NG version:**
- macOS 10.12.4 beta (16E144f)
- Shadowsocksx-NG 1.4
**Expected behavior:**
**Actual behavior:**
(N/A for feature requests)
**Steps to reproduce:**
(N/A for feature requests)
**How often does this happen?**
(N/A for feature requests)
**ss-local.log**
Please upload the ss-local.log file here the file is in `~/Library/Logs`
1) Open 'Advanced Settings -> enable Verbose Mode'
2) Continue run `Shadowsocksx-NG` for 5 minutes
3) Upload the `~/Library/Logs/ss-local.log` here (with or without compress)
**Application log**
Open the `Console.app` and search `Shadowsocksx-NG`
Copy paste the log here
**Crash Log**
If the app crashes and pop up a crash log, please copy and paste here

View File

@ -59,6 +59,7 @@ void ScanQRCodeOnScreen() {
[foundSSUrls addObject:[NSURL URLWithString:feature.messageString]];
}
}
CGImageRelease(image);
}
free(displays);