File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Plugins/Flow.Launcher.Plugin.Program Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 17
17
using Flow . Launcher . Plugin . Program . Logger ;
18
18
using Rect = System . Windows . Rect ;
19
19
using Flow . Launcher . Plugin . SharedModels ;
20
+ using Flow . Launcher . Infrastructure . Logger ;
20
21
21
22
namespace Flow . Launcher . Plugin . Program . Programs
22
23
{
@@ -81,6 +82,11 @@ private void InitializeAppInfo()
81
82
82
83
Apps = new List < Application > ( ) . ToArray ( ) ;
83
84
}
85
+
86
+ if ( Marshal . ReleaseComObject ( stream ) > 0 )
87
+ {
88
+ Log . Error ( "Flow.Launcher.Plugin.Program.Programs.UWP" , "AppxManifest.xml was leaked" ) ;
89
+ }
84
90
}
85
91
86
92
Original file line number Diff line number Diff line change 4
4
"Name" : " Program" ,
5
5
"Description" : " Search programs in Flow.Launcher" ,
6
6
"Author" : " qianlifeng" ,
7
- "Version" : " 1.5.0 " ,
7
+ "Version" : " 1.5.1 " ,
8
8
"Language" : " csharp" ,
9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.Program.dll" ,
You can’t perform that action at this time.
0 commit comments