-
These were found from svn revision 2105 (2009-10-31)
These should be pretty obvious to see and fix:
[../lxde/trunk/devtools/xml-purge/xml-purge.c:32]: (error) Resource leak: fd
[../lxde/trunk/gpicview/src/xml-purge.c:32]: (error) Resource leak: fd
[../lxde/trunk/lxinput/src/xml-purge.c:32]: (error) Resource leak: fd
[../lxde/trunk/lxnm-applet/src/backend.c:424]: (error) Memory leak: lxnm...
2009-10-31 09:39:01 UTC in LXDE - Lightweight X Desktop Environment
-
I created a patch which adds video support. It works for me, but I don't have much experience in shell programming, nor with shalbum development, so I can't guarantee its quality.
2009-07-11 19:16:30 UTC in shalbum
-
I just tested Shalbum and I liked it. Thank you for creating and sharing this.
2009-05-16 21:37:45 UTC in shalbum
-
This is a very minor issue.
If I use parameters "-T 200 -u" the thumbnail image resolution is not changed. The --help text could reveal when the -u option can and when it can't be used. Perhaps error message could be printed out if combination of invalid parameters are being used.
2009-05-16 21:36:18 UTC in shalbum
-
Nowadays digital cameras can also shoot video clips. It would be nice if Shalbum could use ffmpeg or similar to generate thumbnails from video clips and add those to the gallery also.
- Different video formats might require different parameters for thumbnail creation (not sure if there is a general solution, but I know that some parameters work with one video file type and not with other)...
2009-05-16 21:28:49 UTC in shalbum
-
Testailin webvoikkoa ( http://joukahainen.puimula.org/webvoikko/spell ) ja huomasin että tämä lause:
Adobe InDesign tai kisssssa
Saa oikoluvun jotenkin sekoamaan. Se ei esim. huomaa että kisssssa on virheellinen sana.
2009-05-15 21:11:38 UTC in Voikko
-
aggro80 committed revision 1332 to the cppcheck SVN repository, changing 22 files.
2009-04-19 21:13:02 UTC in cppcheck
-
In file macosx/PlatMacOSX.cxx:1631 variable text is deallocated incorrectly.
Memory is allocated like this:
char* text = new char[maximumByteLength];
And released like this:
delete text;
Deleting like that causes undefined behavior according to the C++ standard. It should be released like this:
delete [] text;
This bug was found using Cppcheck...
2009-03-07 19:25:21 UTC in Scintilla
-
aggro80 committed revision 1327 to the cppcheck SVN repository, changing 2 files.
2009-03-03 20:39:17 UTC in cppcheck
-
aggro80 committed revision 1326 to the cppcheck SVN repository, changing 3 files.
2009-03-03 20:17:23 UTC in cppcheck