https://bugs.winehq.org/show_bug.cgi?id=44412
Bug ID: 44412
Summary: Wine logo unification for Linux and Android
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 60339
--> https://bugs.winehq.org/attachment.cgi?id=60339
Linux settings
Wine has two different logos: in Linux settings (desktop.png) and Android
shortcut (android.png). Could it be fixed? It looks not good.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44611
Bug ID: 44611
Summary: Memory leak in [wrc.c:574]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60599
--> https://bugs.winehq.org/attachment.cgi?id=60599
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/wrc/wrc.c.
I've uploaded a screenshot of the leak trace.
I know this leak occurs in the main function, but I think it is better to free
it before the program terminates. You know many elementary school students are
learning programming by reading the src of wine. It is necessary to show them
what is a better practice.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42458
Bug ID: 42458
Summary: Preserve the sort order and column with in Office file
open dialogs after deleting a file
Product: Wine
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ddascalescu+wine(a)gmail.com
Distribution: ---
1. Open Excel
2. Open a file in Excel, in a directory with some files you can delete
3. Resize the columns in the file open dialog, and change the sort order.
Typically, I widen the Name column so I can see longer filenames, and sort
descending by Modified date.
4. Click on a file then press Delete then Yes.
Notice how the columns reset to the default widths and sort order. This becomes
very annoying when opening one file after another, checking/pasting data, then
deleting the file.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44610
Bug ID: 44610
Summary: Memory leak in [po.c:1463]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60598
--> https://bugs.winehq.org/attachment.cgi?id=60598
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/wrc/po.c.
I've uploaded a screenshot of the leak trace.
If found is false on line 1455, the memory pointed by new is leaked without
being freed.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44608
Bug ID: 44608
Summary: Memory leak in [utils.c]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60596
--> https://bugs.winehq.org/attachment.cgi?id=60596
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/utils.c.
I've uploaded a screenshot of the leak trace.
make_c_identifier allocates a new buffer but strmake() won't free it.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44607
Bug ID: 44607
Summary: Memory leak in [parser.c:519]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60595
--> https://bugs.winehq.org/attachment.cgi?id=60595
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/parser.c.
I've uploaded a screenshot of the leak trace.
It looks like a developer frees this memory on line 486 but forget to do the
same thing on line 479 when an error occurs.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44606
Bug ID: 44606
Summary: Memory leak in [import.c:367]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60594
--> https://bugs.winehq.org/attachment.cgi?id=60594
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/import.c.
I've uploaded a screenshot of the leak trace.
The memory stored to dll_name is not freed anywhere in this function
(add_static_import_dll has not freed this memory, it allocated its own string
buffer instead. ).
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44605
Bug ID: 44605
Summary: Memory leak in [main.c:688]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60593
--> https://bugs.winehq.org/attachment.cgi?id=60593
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/main.c.
I've uploaded a screenshot of the leak trace.
Even though this leak happens in the main function, which means this cannot be
count as an actual leak. It is still recommended to free the resource for
better coding practice and for future wine newbies.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44604
Bug ID: 44604
Summary: Memory leak in [res32.c:316][import.c:332]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60592
--> https://bugs.winehq.org/attachment.cgi?id=60592
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/import.c.
I've uploaded a screenshot of the leak trace.
The memory allocated by get_dll_name should be freed somewhere in this
function.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44603
Bug ID: 44603
Summary: Memory leak in [import.c:290]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: fan.gang.cn(a)gmail.com
Distribution: ---
Created attachment 60591
--> https://bugs.winehq.org/attachment.cgi?id=60591
The sourcebrella-pinpoint screenshot of a memory leak defect.
We find a memory leak defect in the file tools/winebuild/import.c.
I've uploaded a screenshot of the leak trace.
Gang
Sourcebrella
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.