Skip to content

Commit

Permalink
- fix #55226, fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejoye committed Jan 31, 2012
1 parent 3c03829 commit d056f9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/pdo_sqlite/sqlite_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,8 @@ static void pdo_sqlite_cleanup_callbacks(pdo_sqlite_db_handle *H TSRMLS_DC)
efree(func);
}

struct pdo_sqlite_collation *collation;

while (H->collations) {
struct pdo_sqlite_collation *collation;
collation = H->collations;
H->collations = collation->next;

Expand Down

0 comments on commit d056f9c

Please sign in to comment.