- 21 Apr, 2009 31 commits
-
-
David Adam authored
-
Peter Schauer authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Christian Costa authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Florian Köberle authored
-
Florian Köberle authored
-
Nicolas Le Cam authored
-
Christian Costa authored
-
Igor Tarasov authored
-
Detlef Riekenberg authored
-
Detlef Riekenberg authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
ole32: Make get_priv_data return target device ptrs (rather than offsets) and add a couple of helper functions to simplify this process.
-
Michael Stefaniuc authored
-
Michael Stefaniuc authored
-
Jesse Allen authored
-
Michael Stefaniuc authored
Remove the untranslated and incomplete STRINGTABLE.
-
Michael Stefaniuc authored
-
Roderick Colenbrander authored
-
- 20 Apr, 2009 9 commits
-
-
Hans Leidekker authored
parser_alloc() allocates memory and puts it on a list attached the to query object. EXPR_sval() frees memory allocated via parser_alloc() on error but does not remove the pointer from the list, which means that when the query destructor is called it will be freed again.
-
Hans Leidekker authored
TABLE_drop() calls TABLE_remove_column() which calls msi_update_table_columns() which frees column info and possibly returns without reallocating. When that happens it will be freed again when TABLE_drop() finally calls free_table().
-
Dmitry Kislyuk authored
kernel32: Added GetPrivateProfileSection and GetPrivateProfileString tests for empty section scenario.
-
Christian Costa authored
amstream/tests: Improve render file test. Move OpenFile specific test into a separate test function.
-
Jeff Latimer authored
ws2_32: WSAAddressToStringW should return length of unicode address string should and include the trailing null.
-
Jeff Latimer authored
ws2_32: WSAAddressToStringA should return length of ANSI address string and should include the trailing null.
-
Vincent Povirk authored
-
Rein Klazes authored
-
Nicolas Le Cam authored
-