- 22 Apr, 2009 3 commits
-
-
David Adam authored
-
David Adam authored
-
Alexandre Julliard authored
-
- 21 Apr, 2009 35 commits
-
-
Kai Blin authored
-
Damjan Jovanovic authored
-
Christian Costa authored
-
Christian Costa authored
-
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 2 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().
-