You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-07 02:42:49 +03:00
fix memory leaks to keep LeakSanitizer happy
This commit is contained in:
@@ -50,6 +50,7 @@ static int test_rpl_01(MYSQL *mysql)
|
||||
printf("event: %d\n", event->event_type);
|
||||
}
|
||||
mariadb_free_rpl_event(event);
|
||||
mariadb_rpl_close(rpl);
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user